Re: [U-Boot] env_init() for mmc

2017-03-30 Thread york sun
On 03/30/2017 02:06 AM, Jean-Jacques Hiblot wrote: > > > On 30/03/2017 06:57, york sun wrote: >> Sorry for top posting. I am using OWA which doesn't do inline reply. >> >> Jaehoon, >> >> The trouble is the env_init() returns the default environment for SPL part. >> It means whatever variables I

Re: [U-Boot] env_init() for mmc

2017-03-30 Thread Jean-Jacques Hiblot
On 30/03/2017 06:57, york sun wrote: Sorry for top posting. I am using OWA which doesn't do inline reply. Jaehoon, The trouble is the env_init() returns the default environment for SPL part. It means whatever variables I saved doesn't get loaded during the SPL part. It is only available

Re: [U-Boot] env_init() for mmc

2017-03-29 Thread york sun
Sorry for top posting. I am using OWA which doesn't do inline reply. Jaehoon, The trouble is the env_init() returns the default environment for SPL part. It means whatever variables I saved doesn't get loaded during the SPL part. It is only available after the SPL loads the RAM version. For

Re: [U-Boot] env_init() for mmc

2017-03-29 Thread Jaehoon Chung
Hi York, On 03/23/2017 07:58 AM, york sun wrote: > Jaehoon, > > I noticed the env_init() returns default environmental variable for SPL > build. I wonder if you can make some change to use the actual variables? > I am having some trouble to get the saved variable during SPL boot. Which

[U-Boot] env_init() for mmc

2017-03-22 Thread york sun
Jaehoon, I noticed the env_init() returns default environmental variable for SPL build. I wonder if you can make some change to use the actual variables? I am having some trouble to get the saved variable during SPL boot. York ___ U-Boot mailing list