Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200903151747.23995.vap...@gentoo.org> you wrote: > > > Don't try to be clever when this cannot work. > > i dont really see the value in moving the load addr from the u-boot build env > to the board env automatically, but moving the definitions from > examples/Ma

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-15 Thread Mike Frysinger
On Sunday 15 March 2009 14:29:59 Wolfgang Denk wrote: > In message Jean-Christophe PLAGNIOL-VILLARD you wrote: > > > > as example generate via the config.h a env var name > > > > standalone_load_addr automaticly so the end user will just have to > > > > built it, load it and run it > > > > > > This

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:29 Sun 15 Mar , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090315105132.gc23...@game.jcrosoft.org> you wrote: > > > > > > as example generate via the config.h a env var name standalone_load_addr > > > > automaticly so the end user will just have to bu

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-15 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090315105132.gc23...@game.jcrosoft.org> you wrote: > > > > as example generate via the config.h a env var name standalone_load_addr > > > automaticly so the end user will just have to built it, load it and run it > > > > This is error prone. N

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:31 Sat 14 Mar , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090314124556.ga23...@game.jcrosoft.org> you wrote: > > > > > > the value could be exported to the environment to reduce the user > > > > mistake > > > > when they try to use example's standal

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-14 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090314124556.ga23...@game.jcrosoft.org> you wrote: > > > > the value could be exported to the environment to reduce the user mistake > > > when they try to use example's standalone application > > > > i dont really understand what you're trying

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-14 Thread Mike Frysinger
On Saturday 14 March 2009 09:19:01 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:12 Sat 14 Mar , Mike Frysinger wrote: > > On Saturday 14 March 2009 08:45:56 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 07:37 Sat 14 Mar , Mike Frysinger wrote: > > > > On Saturday 14 March 2009 07:13:0

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:12 Sat 14 Mar , Mike Frysinger wrote: > On Saturday 14 March 2009 08:45:56 Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 07:37 Sat 14 Mar , Mike Frysinger wrote: > > > On Saturday 14 March 2009 07:13:02 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > that could be overwrite in follow

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-14 Thread Mike Frysinger
On Saturday 14 March 2009 08:45:56 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:37 Sat 14 Mar , Mike Frysinger wrote: > > On Saturday 14 March 2009 07:13:02 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > that could be overwrite in following order > > > ARCH > > > CPU > > > SOC > > > BOARD > >

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:37 Sat 14 Mar , Mike Frysinger wrote: > On Saturday 14 March 2009 07:13:02 Jean-Christophe PLAGNIOL-VILLARD wrote: > > that could be overwrite in following order > > ARCH > > CPU > > SOC > > BOARD > > > > via the corresponding config.mk > > the idea sounds fine to me ... > > > the value

Re: [U-Boot] [PATCH V2] example/standalone: introduce STANDALONE_LOAD_ADDR

2009-03-14 Thread Mike Frysinger
On Saturday 14 March 2009 07:13:02 Jean-Christophe PLAGNIOL-VILLARD wrote: > that could be overwrite in following order > ARCH > CPU > SOC > BOARD > > via the corresponding config.mk the idea sounds fine to me ... > the value could be exported to the environment to reduce the user mistake > when