summaryrefslogtreecommitdiffstats
path: root/include/configs/da830evm.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2011-09-13 09:56:56 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-13 22:24:24 +0200
commit56fa45d58116f86f343a9c45ce6d1110f50b8d70 (patch)
treef40c7e78c965b873269bbac52088e1f1290c6d0f /include/configs/da830evm.h
parent2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037 (diff)
downloadtalos-obmc-uboot-56fa45d58116f86f343a9c45ce6d1110f50b8d70.tar.gz
talos-obmc-uboot-56fa45d58116f86f343a9c45ce6d1110f50b8d70.zip
DA830: Fix Build Warning
This commit fixes a build warning in the DA830 EVM build Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/da830evm.h')
-rw-r--r--include/configs/da830evm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index d52c08c246..66fdea22f6 100644
--- a/include/configs/da830evm.h
+++ b/include/configs/da830evm.h
@@ -50,7 +50,8 @@
#define CONFIG_SYS_MALLOC_LEN (0x10000 + 1*1024*1024) /* malloc() len */
#define PHYS_SDRAM_1 0xc0000000 /* SDRAM Start */
#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1 + 0x2000000)
-#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 32 << 20)
+#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
+ (32 << 20))
#define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
#define CONFIG_STACKSIZE (256*1024) /* regular stack */
OpenPOWER on IntegriCloud