public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] DA830: Fix Build Warning
Date: Tue, 13 Sep 2011 22:30:48 +0200	[thread overview]
Message-ID: <4E6FBD78.7090205@aribaud.net> (raw)
In-Reply-To: <1315943816-8147-1-git-send-email-s-paulraj@ti.com>

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.

      reply	other threads:[~2011-09-13 20:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E6FBD78.7090205@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox