diff options
author | Simon Glass <sjg@chromium.org> | 2019-01-11 18:37:06 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-02-09 12:50:21 -0700 |
commit | bed44f499fa95c72d9180967ea46f418488872df (patch) | |
tree | 85cb18f3d29fa073b366f97f4244424e43923ffe /include/configs/odroid.h | |
parent | 97276a91db8e98f081a40ddf9dc8f81d4032a756 (diff) |
Convert CONFIG_BOARD_TYPES to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_TYPES
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/odroid.h')
-rw-r--r-- | include/configs/odroid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index c3520bb15f..b8809c8dcc 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -186,7 +186,6 @@ * TODO: Add Odroid X support */ #define CONFIG_MISC_COMMON -#define CONFIG_BOARD_TYPES #undef CONFIG_REVISION_TAG |