]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
DA830: Fix Build Warning
authorSandeep Paulraj <s-paulraj@ti.com>
Tue, 13 Sep 2011 09:56:56 +0000 (09:56 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 13 Sep 2011 20:24:24 +0000 (22:24 +0200)
This commit fixes a build warning in the DA830 EVM build

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/da830evm.h

index d52c08c2463cbfa1d05c3cd12e20564d9858fc80..66fdea22f60aa7e08287566a60f5b07846ee6dff 100644 (file)
@@ -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 */