summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2013-07-04 12:29:15 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2013-07-05 17:06:54 +0900
commit6e50e5ca0221c014a9c9e4b63bb4bc8a35d2e826 (patch)
treed60ea6a6aa8fc9c912278b943aa92763521724f4
parentdc20fdd76a85908f20d7d33e3197cada2b42b92e (diff)
downloadtalos-obmc-uboot-6e50e5ca0221c014a9c9e4b63bb4bc8a35d2e826.tar.gz
talos-obmc-uboot-6e50e5ca0221c014a9c9e4b63bb4bc8a35d2e826.zip
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 <rajeshwari.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>
-rw-r--r--board/samsung/common/exynos-uboot-spl.lds (renamed from board/samsung/smdk5250/smdk5250-uboot-spl.lds)0
-rw-r--r--include/configs/exynos5250-dt.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk5250/smdk5250-uboot-spl.lds b/board/samsung/common/exynos-uboot-spl.lds
index c0a7602089..c0a7602089 100644
--- a/board/samsung/smdk5250/smdk5250-uboot-spl.lds
+++ b/board/samsung/common/exynos-uboot-spl.lds
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 1c9eca2137..6c7a052d55 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)
OpenPOWER on IntegriCloud