diff options
author | Chander Kashyap <chander.kashyap@linaro.org> | 2013-07-25 18:28:52 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-08-27 21:27:34 +0900 |
commit | ad403e71b8d081852efd57842ffb7125ed253bee (patch) | |
tree | 4ab26baea94ddf1e1f153ced7678be61aca4abcf /include/configs/exynos5250-dt.h | |
parent | 0abb0aeeead1058fa750b35d68dc4e4f63c8f0a7 (diff) | |
download | u-boot-imx-ad403e71b8d081852efd57842ffb7125ed253bee.zip u-boot-imx-ad403e71b8d081852efd57842ffb7125ed253bee.tar.gz u-boot-imx-ad403e71b8d081852efd57842ffb7125ed253bee.tar.bz2 |
CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
Update the Makefiles so that all boards can use the same spl generation tool
Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/exynos5250-dt.h')
-rw-r--r-- | include/configs/exynos5250-dt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 2ce5a78..2b93a45 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -13,7 +13,7 @@ #define CONFIG_SAMSUNG /* in a SAMSUNG core */ #define CONFIG_S5P /* S5P Family */ #define CONFIG_EXYNOS5 /* which is in a Exynos5 Family */ -#define CONFIG_SMDK5250 /* which is in a SMDK5250 */ +#define CONFIG_EXYNOS5250 #include <asm/arch/cpu.h> /* get chip and board defs */ |