Merge tag 'v2022.01-rc4' into next
[platform/kernel/u-boot.git] / include / configs / mx23_olinuxino.h
index b0c78d3..370f000 100644 (file)
                        "bootm; " \
                "fi;\0"
 
-#define CONFIG_BOOTCOMMAND \
-       "mmc dev ${mmcdev}; if mmc rescan; then " \
-               "if run loadbootscript; then " \
-                       "run bootscript; " \
-               "else " \
-                       "if run loaduimage; then " \
-                               "run mmcboot; " \
-                       "else run netboot; " \
-                       "fi; " \
-               "fi; " \
-       "else run netboot; fi"
-
 /* The rest of the configuration is shared */
 #include <configs/mxs.h>