video: Convert CONFIG_VIDEO_LOGO to Kconfig
[platform/kernel/u-boot.git] / include / configs / pm9g45.h
index 3d039b6..eab3825 100644 (file)
 
 #ifdef CONFIG_NAND_BOOT
 /* bootstrap + u-boot + env in nandflash */
-
-#define CONFIG_BOOTCOMMAND                                             \
-       "nand read 0x70000000 0x200000 0x300000;"                       \
-       "bootm 0x70000000"
 #elif CONFIG_SD_BOOT
 /* bootstrap + u-boot + env + linux in mmc */
-
-#define CONFIG_BOOTCOMMAND     "fatload mmc 0:1 0x71000000 dtb; " \
-                               "fatload mmc 0:1 0x72000000 zImage; " \
-                               "bootz 0x72000000 - 0x71000000"
 #endif
 
 /* Defines for SPL */