]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ti_omap4_common.h
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
[people/ms/u-boot.git] / include / configs / ti_omap4_common.h
index 8994400de9b955dc6f62911e4025bbe8f7bd79a7..91b2132455d93bf8c8e586577355232528042e8c 100644 (file)
        func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
-#define CONFIG_BOOTCOMMAND \
-       "if test ${boot_fit} -eq 1; then "      \
-               "run update_to_fit;"    \
-       "fi;"   \
-       "run findfdt; " \
-       "run envboot; " \
-       "run distro_bootcmd"
-
 #include <config_distro_bootcmd.h>
 #include <environment/ti/mmc.h>