summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2015-05-06 23:25:00 +0100
committerJavier Jardón <jjardon@gnome.org>2015-05-06 23:37:45 +0100
commit4317d76d33214d906b75c278b0ddd03d55a2da98 (patch)
treea65b3c4cd9480276a887cd1d631e94b13e725be9
parent8062880a0690e213152ae443cf6791d26b0912f9 (diff)
downloadu-boot-4317d76d33214d906b75c278b0ddd03d55a2da98.tar.gz
include/configs/ast2400.h: define CONFIG_SYS_INIT_SP_ADDR
-rw-r--r--include/configs/ast2400.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ast2400.h b/include/configs/ast2400.h
index a17304e1b7..32ac018eed 100644
--- a/include/configs/ast2400.h
+++ b/include/configs/ast2400.h
@@ -339,4 +339,7 @@
#define CFG_CMD_SLT (CFG_CMD_VIDEOTEST | CFG_CMD_MACTEST | CFG_CMD_HACTEST | CFG_CMD_MICTEST)
*/
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
+
+
#endif /* __CONFIG_H */