diff options
| author | Rajeshwari Birje <rajeshwari.s@samsung.com> | 2013-12-26 09:44:24 +0530 | 
|---|---|---|
| committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-12-30 16:50:34 +0900 | 
| commit | e106bd9b9d0c3ec429b2e85184738789b75ca247 (patch) | |
| tree | 87ae1d21dbf72323cd18f1edf772e3ce9b3153b1 /include | |
| parent | 5af4a4f74ac0607c71f5fca3fd0c6679b662b207 (diff) | |
| download | olio-uboot-2014.01-e106bd9b9d0c3ec429b2e85184738789b75ca247.tar.xz olio-uboot-2014.01-e106bd9b9d0c3ec429b2e85184738789b75ca247.zip | |
Exynos5420: Add base patch for SMDK5420
Adding the base patch for Exynos based SMDK5420.
This shall enable compilation and basic boot support for
SMDK5420.
Signed-off-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/arndale.h | 1 | ||||
| -rw-r--r-- | include/configs/exynos5250-dt.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/arndale.h b/include/configs/arndale.h index a3cb56b8b..b7fb29ea7 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -117,6 +117,7 @@  #define CONFIG_USB_STORAGE  /* MMC SPL */ +#define CONFIG_EXYNOS_SPL  #define CONFIG_SPL  #define COPY_BL2_FNPTR_ADDR	0x02020030 diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 79e85dbc2..3b989eb82 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -155,6 +155,7 @@  #define CONFIG_TPM_TIS_I2C_SLAVE_ADDR	0x20  /* MMC SPL */ +#define CONFIG_EXYNOS_SPL  #define CONFIG_SPL  #define COPY_BL2_FNPTR_ADDR	0x02020030 |