diff options
author | Tom Rini | 2019-09-20 17:36:50 -0400 |
---|---|---|
committer | Tom Rini | 2019-10-04 12:21:23 -0400 |
commit | 4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b (patch) | |
tree | 060f3586e2fd91d0c34e0cc5363f68de7f1fb720 /include/configs/brxre1.h | |
parent | 400b9554cc3ef6d301940d43a2a6f9c098df5fb9 (diff) |
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 'include/configs/brxre1.h')
-rw-r--r-- | include/configs/brxre1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index 7309e7d4831..c6e308b04d0 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -58,11 +58,6 @@ BUR_COMMON_ENV \ #define CONFIG_BOOTCOMMAND "mmc dev 1; run b_default" -/* undefine command which we not need here */ -#undef CONFIG_BOOTM_NETBSD -#undef CONFIG_BOOTM_PLAN9 -#undef CONFIG_BOOTM_RTEMS - /* Support both device trees and ATAGs. */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS |