Re: [U-Boot] [PATCH 1/4] Support multiple CONFIG_ENV options in a single build.

2009-05-26 Thread Wolfgang Denk
Dear Josh Karabin, In message <720c2e565183a38bc9ecc6b880373534b1826a8b.1243367498.git.gkarabi n...@vocollect.com> you wrote: > If only a single CONFIG_ENV constant is defined at build time, > the location of the environment will correspond to that > environment. > > If multiple CONFIG_ENV const

[U-Boot] [PATCH 1/4] Support multiple CONFIG_ENV options in a single build.

2009-05-26 Thread Josh Karabin
If only a single CONFIG_ENV constant is defined at build time, the location of the environment will correspond to that environment. If multiple CONFIG_ENV constants are defined at build time, the environment will default to one of the locations, but the particular location is not defined. Mechani