diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-09 22:35:22 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-09 21:08:33 -0500 |
commit | d0bf0082926d1f1b6bb362e12b3af750e052cb7d (patch) | |
tree | 011e02d0dabb494ce71015c5d88a98fb519c5a06 /include/configs/mx53loco.h | |
parent | e8e9c6f48400989c5fc54467576f8d535bd713e6 (diff) | |
download | u-boot-WIP/migrate-BOOTCOMMAND.tar.gz |
Convert CONFIG_USE_BOOTCOMMAND et al to KconfigWIP/migrate-BOOTCOMMAND
This converts the following to Kconfig:
CONFIG_USE_BOOTCOMMAND
CONFIG_BOOTCOMMAND
CONFIG_RAMBOOTCOMMAND
CONFIG_NFSBOOTCOMMAND
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index b026c6ff89f..92c75f5ee8e 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -93,18 +93,6 @@ "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 run netboot; " \ - "fi; " \ - "fi; " \ - "else run netboot; fi" - #define CONFIG_ARP_TIMEOUT 200UL /* Miscellaneous configurable options */ |