diff options
author | Tom Rini | 2020-06-16 19:06:14 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-26 10:29:05 -0400 |
commit | 05369e417fa36c00ab5e253e549e19a06644b92e (patch) | |
tree | f544459da320883cd964cb28af361a34e9858f5b /configs/brsmarc1_defconfig | |
parent | 103354d60d22993ef9cd2d7f36097a67b5de442f (diff) |
Convert CONFIG_BOARD_TYPES to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_TYPES
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/brsmarc1_defconfig')
-rw-r--r-- | configs/brsmarc1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/brsmarc1_defconfig b/configs/brsmarc1_defconfig index a7cf98fc746..8333038c61b 100644 --- a/configs/brsmarc1_defconfig +++ b/configs/brsmarc1_defconfig @@ -30,6 +30,7 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_BOARD_TYPES=y CONFIG_ARCH_MISC_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set CONFIG_SPL_SYS_MALLOC_SIMPLE=y |