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/guruplug.h | |
parent | e8e9c6f48400989c5fc54467576f8d535bd713e6 (diff) | |
download | u-boot-d0bf0082926d1f1b6bb362e12b3af750e052cb7d.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/guruplug.h')
-rw-r--r-- | include/configs/guruplug.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index 8de888fe7e0..e51f3f2483f 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -40,15 +40,6 @@ /* * Default environment variables */ -#define CONFIG_BOOTCOMMAND \ - "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ - "ubi part root; " \ - "ubifsmount ubi:rootfs; " \ - "ubifsload 0x800000 ${kernel}; " \ - "ubifsload 0x700000 ${fdt}; " \ - "ubifsumount; " \ - "fdt addr 0x700000; fdt resize; fdt chosen; " \ - "bootz 0x800000 - 0x700000" #define CONFIG_EXTRA_ENV_SETTINGS \ "console=console=ttyS0,115200\0" \ |