Re: [U-Boot] [PATCH 1/1] example: introduce EXAMPLE_LOAD_ADDR

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1236157904-31875-1-git-send-email-plagn...@jcrosoft.com> you wrote: > that could be overwrite in followaing order -^^ Please fix spelling. > ARCH > CPU > SOC > BOARD > > via the corresponding config.mk > > th

[U-Boot] [PATCH 1/1] example: introduce EXAMPLE_LOAD_ADDR

2009-03-04 Thread Jean-Christophe PLAGNIOL-VILLARD
that could be overwrite in followaing order ARCH CPU SOC BOARD via the corresponding config.mk the value could be exported to the environment to reduce the user mistake when they try to use example's standalone application Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arm_config.mk