diff options
author | Akshay Saraswat <akshay.s@samsung.com> | 2014-06-18 17:53:57 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-06-23 08:45:44 +0900 |
commit | eacf46d340db182a4068772ec43e2586e9eaf80b (patch) | |
tree | 90b3cacbc769fd958fb2eda3ff2c64632c3f4b2a /arch/arm | |
parent | e76d2a81bc350aebf4ae56753fb75983c7a4efdd (diff) | |
download | u-boot-imx-eacf46d340db182a4068772ec43e2586e9eaf80b.zip u-boot-imx-eacf46d340db182a4068772ec43e2586e9eaf80b.tar.gz u-boot-imx-eacf46d340db182a4068772ec43e2586e9eaf80b.tar.bz2 |
Exynos5420: Let macros be used for exynos5420
Macros defined in exynos5_setup.h specific to SMDK5420
are required for Peach-Pit too. Hence, replacing
CONFIG_SMDK5420 with CONFIG_EXYNOS5420 to enable these
macros for all the boards based on Exynos5420.
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/exynos/exynos5_setup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/exynos/exynos5_setup.h b/arch/arm/cpu/armv7/exynos/exynos5_setup.h index d91e585..3242093 100644 --- a/arch/arm/cpu/armv7/exynos/exynos5_setup.h +++ b/arch/arm/cpu/armv7/exynos/exynos5_setup.h @@ -435,10 +435,10 @@ /* * Definitions that differ with SoC's. - * Below is the part defining macros for smdk5250. - * Else part introduces macros for smdk5420. + * Below is the part defining macros for Exynos5250. + * Else part introduces macros for Exynos5420. */ -#ifndef CONFIG_SMDK5420 +#ifndef CONFIG_EXYNOS5420 /* APLL_CON1 */ #define APLL_CON1_VAL (0x00203800) |