]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/am335x_evm.h
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
[people/ms/u-boot.git] / include / configs / am335x_evm.h
index 4823a7e4f3cf38fdba7bc0ad63525cdc331d7bf9..5ad03667305aa944c5cc1c5696cbaa1020f9bc19 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 init_console; " \
-       "run envboot; " \
-       "run distro_bootcmd"
-
 #include <config_distro_bootcmd.h>
 
 #ifndef CONFIG_SPL_BUILD