summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-30 21:30:13 +0100
committerWolfgang Denk <wd@denx.de>2010-11-30 21:30:13 +0100
commit52eb2c79110151b9017a0829c4d44ee7b8e2ca04 (patch)
tree755294b3743d6badff1e8ad908b0721c29dc8fc7 /include
parent998f4caf6fd63fdaa86ab0f91a1a3ed5b9cdfb22 (diff)
parentd3b0d628b08ab999a99c4ee30eaac1406a5d7056 (diff)
downloadtalos-obmc-uboot-52eb2c79110151b9017a0829c4d44ee7b8e2ca04.tar.gz
talos-obmc-uboot-52eb2c79110151b9017a0829c4d44ee7b8e2ca04.zip
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'include')
-rw-r--r--include/configs/s5p_goni.h2
-rw-r--r--include/configs/smdkc100.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index 541aec05ff..f53e79810b 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -217,4 +217,6 @@
#define CONFIG_DOS_PARTITION 1
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)
+
#endif /* __CONFIG_H */
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index e36b262a8e..fb8b43c06d 100644
--- a/include/configs/smdkc100.h
+++ b/include/configs/smdkc100.h
@@ -231,6 +231,8 @@
#define CONFIG_DOS_PARTITION 1
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)
+
/*
* Ethernet Contoller driver
*/
OpenPOWER on IntegriCloud