diff options
| author | Rajeshwari Shinde <[email protected]> | 2013-07-04 12:29:15 +0530 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2013-07-05 17:06:54 +0900 |
| commit | 6e50e5ca0221c014a9c9e4b63bb4bc8a35d2e826 (patch) | |
| tree | d60ea6a6aa8fc9c912278b943aa92763521724f4 /include | |
| parent | dc20fdd76a85908f20d7d33e3197cada2b42b92e (diff) | |
EXYNOS: LDS file move to common
smdk5250-uboot-spl.lds is moved to common folder, so that it can be reused.
It is renamed to exynos-uboot-spl.lds
Signed-off-by: Rajeshwari Shinde <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -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 1c9eca2137b..6c7a052d55c 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -153,7 +153,7 @@ #define COPY_BL2_FNPTR_ADDR 0x02020030 /* specific .lds file */ -#define CONFIG_SPL_LDSCRIPT "board/samsung/smdk5250/smdk5250-uboot-spl.lds" +#define CONFIG_SPL_LDSCRIPT "board/samsung/common/exynos-uboot-spl.lds" #define CONFIG_SPL_TEXT_BASE 0x02023400 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) |
