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/odroid_xu3.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/odroid_xu3.h')
-rw-r--r-- | include/configs/odroid_xu3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index a4825982a8..616f25eafd 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -10,8 +10,6 @@ #include <configs/exynos5420-common.h> #include <configs/exynos5-common.h> -#define CONFIG_BOARD_COMMON - #define CONFIG_SYS_SDRAM_BASE 0x40000000 #define TZPC_BASE_OFFSET 0x10000 |