diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-20 17:36:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-04 12:21:23 -0400 |
commit | 4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b (patch) | |
tree | 060f3586e2fd91d0c34e0cc5363f68de7f1fb720 /configs/brxre1_defconfig | |
parent | 400b9554cc3ef6d301940d43a2a6f9c098df5fb9 (diff) | |
download | u-boot-4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b.tar.gz |
Kconfig: Migrate CONFIG_BOOTM_* options
Migrate all of the existing OS support options that are under
CONFIG_BOOTM_* to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/brxre1_defconfig')
-rw-r--r-- | configs/brxre1_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/brxre1_defconfig b/configs/brxre1_defconfig index d4169c0327..d9b0e320f5 100644 --- a/configs/brxre1_defconfig +++ b/configs/brxre1_defconfig @@ -36,6 +36,9 @@ CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y # CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTZ=y +# CONFIG_BOOTM_NETBSD is not set +# CONFIG_BOOTM_PLAN9 is not set +# CONFIG_BOOTM_RTEMS is not set # CONFIG_CMD_IMI is not set # CONFIG_CMD_XIMG is not set # CONFIG_CMD_EDITENV is not set |