public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] DA830: Fix Build Warning
@ 2011-09-13 19:56 s-paulraj at ti.com
  2011-09-13 20:30 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: s-paulraj at ti.com @ 2011-09-13 19:56 UTC (permalink / raw)
  To: u-boot

From: Sandeep Paulraj <s-paulraj@ti.com>

This commit fixes a build warning in the DA830 EVM build



Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
---
 include/configs/da830evm.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index d52c08c..66fdea2 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 */
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] DA830: Fix Build Warning
  2011-09-13 19:56 [U-Boot] [PATCH] DA830: Fix Build Warning s-paulraj at ti.com
@ 2011-09-13 20:30 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2011-09-13 20:30 UTC (permalink / raw)
  To: u-boot

Hi Sandeep,

Le 13/09/2011 21:56, s-paulraj at ti.com a ?crit :
> From: Sandeep Paulraj<s-paulraj@ti.com>
>
> This commit fixes a build warning in the DA830 EVM build
>
>
>
> Signed-off-by: Sandeep Paulraj<s-paulraj@ti.com>
> ---
>   include/configs/da830evm.h |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
> index d52c08c..66fdea2 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 */

Applied to u-boot-arm/master, thanks!

The current u-boot-arm/master branch is down to 13 boards with warnings 
or errors, identical to v2011.09-rc1:

--------------------- SUMMARY ----------------------------
Boards compiled: 242
Boards with warnings or errors: 13 ( omap3_beagle actux1_4_16 
actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost ixdp425 
ixdpg425 pdnb3 scpu )
----------------------------------------------------------

The marvell 'next' branch gives the same result, so as soon as I know if 
that branch is intended as a 'master' (which I'm not sure because its 
commits are not fixes and were submitted outside of the merge window), 
I'll pull it and send the pull req for ARM.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-13 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 19:56 [U-Boot] [PATCH] DA830: Fix Build Warning s-paulraj at ti.com
2011-09-13 20:30 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox