diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-23 12:28:17 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-03 16:51:19 -0500 |
commit | a7e6c6b1beab148487ba65f4e3d321938b822ab9 (patch) | |
tree | 84a2df567df6169bb1822cbbd81f7f8f0110ad6b /include/configs/exynos78x0-common.h | |
parent | 43ea56465299944afb5562f15127e70e6e3b8f38 (diff) | |
download | u-boot-a7e6c6b1beab148487ba65f4e3d321938b822ab9.tar.gz |
Convert CONFIG_BOARD_COMMON to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_COMMON
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/exynos78x0-common.h')
-rw-r--r-- | include/configs/exynos78x0-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos78x0-common.h b/include/configs/exynos78x0-common.h index 8d3449f028c..6b1df63dc32 100644 --- a/include/configs/exynos78x0-common.h +++ b/include/configs/exynos78x0-common.h @@ -36,8 +36,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE \ {9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600} -#define CONFIG_BOARD_COMMON - #define CONFIG_SYS_SDRAM_BASE 0x40000000 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_2M - GENERATED_GBL_DATA_SIZE) /* DRAM Memory Banks */ |