Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / mx23evk.h
index bccba5c..fdf431b 100644 (file)
                        "bootz; " \
                "fi;\0"
 
-#define CONFIG_BOOTCOMMAND \
-       "mmc dev ${mmcdev}; if mmc rescan; then " \
-               "if run loadbootscript; then " \
-                       "run bootscript; " \
-               "else " \
-                       "if run loadimage; then " \
-                               "run mmcboot; " \
-                       "else " \
-                               "echo ERR: Fail to boot from MMC; " \
-                       "fi; " \
-               "fi; " \
-       "else exit; fi"
-
 /* The rest of the configuration is shared */
 #include <configs/mxs.h>