diff options
author | Rajeshwari Birje <rajeshwari.s@samsung.com> | 2013-12-26 09:44:17 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-12-30 16:50:34 +0900 |
commit | 71ebb33559696ca41fe0db5fa882112464ade9c0 (patch) | |
tree | 6248d58bdec6c294d4aa6c6082ff9d2052bf1d7d /include/configs | |
parent | 2931fa4db349c97f882ffda42e901208654b5ca9 (diff) | |
download | u-boot-imx-71ebb33559696ca41fe0db5fa882112464ade9c0.zip u-boot-imx-71ebb33559696ca41fe0db5fa882112464ade9c0.tar.gz u-boot-imx-71ebb33559696ca41fe0db5fa882112464ade9c0.tar.bz2 |
EXYNOS5: Create a common board file
Create a common board.c file for all functions which are common across
all EXYNOS5 platforms.
exynos_init function is provided for platform specific code.
Signed-off-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos5250-dt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 8fb904c..79e85db 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -21,6 +21,8 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_BOARD_COMMON +#define CONFIG_ARCH_EARLY_INIT_R /* Enable fdt support for Exynos5250 */ #define CONFIG_OF_CONTROL |