diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | 05369e417fa36c00ab5e253e549e19a06644b92e (patch) | |
tree | f544459da320883cd964cb28af361a34e9858f5b /include/configs/brsmarc1.h | |
parent | 103354d60d22993ef9cd2d7f36097a67b5de442f (diff) | |
download | u-boot-05369e417fa36c00ab5e253e549e19a06644b92e.tar.gz u-boot-05369e417fa36c00ab5e253e549e19a06644b92e.tar.bz2 u-boot-05369e417fa36c00ab5e253e549e19a06644b92e.zip |
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 'include/configs/brsmarc1.h')
-rw-r--r-- | include/configs/brsmarc1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/brsmarc1.h b/include/configs/brsmarc1.h index 5aa68d1d46..acf13b830a 100644 --- a/include/configs/brsmarc1.h +++ b/include/configs/brsmarc1.h @@ -16,7 +16,6 @@ #include <configs/bur_am335x_common.h> #include <linux/stringify.h> /* ------------------------------------------------------------------------- */ -#define CONFIG_BOARD_TYPES /* memory */ #define CONFIG_SYS_MALLOC_LEN (5 * 1024 * 1024) |