Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-23 Thread Wolfgang Denk
Dear Tom, In message <5fbf8e85ca34454794f0f7ecba79798f379d86f...@hqmail04.nvidia.com> you wrote: > > > > I had the same problem. In my case it happenend when I ran an > > > out-of-tree build from a directory in which I had run an in-tree build > > > before. Running "make mrproper" in the repos

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-23 Thread Stephen Warren
On 07/12/2012 12:10 AM, Wolfgang Denk wrote: > Dear Joe Hershberger, > > In message > you > wrote: >> It also breaks a number of ARM boards... LOG/at91sam9263ek_norflash_boot.ERR:3:/home/joe/u-boot/include/config.h:5:0: warning: "CONFIG_SYS_BOARD" redefined [enabled by defau

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > > >> It also breaks a number of ARM boards... > >> > >> LOG/at91sam9263ek_norflash_boot.ERR:3:/home/joe/u-boot/include/config.h:5:0: > >> warning: "CONFIG_SYS_BOARD" redefined [enabled by default] > > I don't see any of these doing a MAKEALL -s at91

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Joe Hershberger
.denx.de; Stephen Warren; Tom Warren >> Subject: Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target >> board >> >> On Wed, Jul 11, 2012 at 2:33 AM, Wolfgang Denk wrote: >> > Dear Stephen Warren, >> > >> > In message <133771

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Joe Hershberger
On Wed, Jul 11, 2012 at 2:33 AM, Wolfgang Denk wrote: > Dear Stephen Warren, > > In message <1337714515-6575-1-git-send-email-swar...@wwwdotorg.org> you wrote: >> From: Stephen Warren >> >> This can be useful for generic scripts. For example, rather than hard- >> coding a script to ext2load tegra

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Wolfgang Denk
Dear Stephen Warren, In message <1337714515-6575-1-git-send-email-swar...@wwwdotorg.org> you wrote: > From: Stephen Warren > > This can be useful for generic scripts. For example, rather than hard- > coding a script to ext2load tegra-harmony.dtb, it could load > ${soc}-${board}.dtb and hence not

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-05-31 Thread Simon Glass
On Tue, May 22, 2012 at 12:21 PM, Stephen Warren wrote: > From: Stephen Warren > Looks good. Acked-by: Simon Glass > > This can be useful for generic scripts. For example, rather than hard- > coding a script to ext2load tegra-harmony.dtb, it could load > ${soc}-${board}.dtb and hence not nee

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-05-31 Thread Stephen Warren
On 05/22/2012 01:21 PM, Stephen Warren wrote: > From: Stephen Warren > > This can be useful for generic scripts. For example, rather than hard- > coding a script to ext2load tegra-harmony.dtb, it could load > ${soc}-${board}.dtb and hence not need adjustments to run on multiple > boards. Wolfgan

[U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-05-22 Thread Stephen Warren
From: Stephen Warren This can be useful for generic scripts. For example, rather than hard- coding a script to ext2load tegra-harmony.dtb, it could load ${soc}-${board}.dtb and hence not need adjustments to run on multiple boards. Signed-off-by: Stephen Warren --- v3: * Prefix config.h #defines