Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-24 Thread Wolfgang Denk
Dear Hong Xu, In message <1312354896-24951-1-git-send-email-hong...@atmel.com> you wrote: > When env_init is called, the SPI is not actually initialized in U-Boot. > So that we can not read Dataflash for its content. > We simply mark it OK for now, and defer the real work to > `env_relocate_spec'.

Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-12 Thread Albert ARIBAUD
On 03/08/2011 09:36, Hong Xu wrote: > Hi Reinhard, > > On 08/03/2011 03:20 PM, Reinhard Meyer wrote: >> Dear Hong Xu, >> > When env_init is called, the SPI is not actually initialized in U-Boot. >> > So that we can not read Dataflash for its content. >> > We simply mark it OK for now, and

Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Hong Xu
Hi Reinhard, On 08/03/2011 03:20 PM, Reinhard Meyer wrote: > Dear Hong Xu, > > When env_init is called, the SPI is not actually initialized in U-Boot. > > So that we can not read Dataflash for its content. > > We simply mark it OK for now, and defer the real work to > > `env_relocate_spec'. (I

Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Reinhard Meyer
Dear Hong Xu, > When env_init is called, the SPI is not actually initialized in U-Boot. > So that we can not read Dataflash for its content. > We simply mark it OK for now, and defer the real work to > `env_relocate_spec'. (Idealy from env_nand.c) > > Signed-off-by: Hong Xu > --- > common/env_dat

[U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Hong Xu
When env_init is called, the SPI is not actually initialized in U-Boot. So that we can not read Dataflash for its content. We simply mark it OK for now, and defer the real work to `env_relocate_spec'. (Idealy from env_nand.c) Signed-off-by: Hong Xu --- common/env_dataflash.c | 83 +