Re: [U-Boot] [PATCH] zynq: Move ENV location selection from zynq-common.h to config files.

2017-03-22 Thread Michal Simek
On 22.3.2017 15:49, Tom Rini wrote: > On Wed, Mar 22, 2017 at 03:30:09PM +0100, Michal Simek wrote: >> On 21.3.2017 19:56, Philip Balister wrote: >>> The ifdef's in zynq-common.h do a partial selection of the u-boot >>> environment >>> storage location. As u-boot added more, the ifdefs no longe co

Re: [U-Boot] [PATCH] zynq: Move ENV location selection from zynq-common.h to config files.

2017-03-22 Thread Tom Rini
On Wed, Mar 22, 2017 at 03:30:09PM +0100, Michal Simek wrote: > On 21.3.2017 19:56, Philip Balister wrote: > > The ifdef's in zynq-common.h do a partial selection of the u-boot > > environment > > storage location. As u-boot added more, the ifdefs no longe cope with all > > possible cases. Rather

Re: [U-Boot] [PATCH] zynq: Move ENV location selection from zynq-common.h to config files.

2017-03-22 Thread Michal Simek
On 21.3.2017 19:56, Philip Balister wrote: > The ifdef's in zynq-common.h do a partial selection of the u-boot environment > storage location. As u-boot added more, the ifdefs no longe cope with all > possible cases. Rather than correct the logic there, move the selection > options into the board s

[U-Boot] [PATCH] zynq: Move ENV location selection from zynq-common.h to config files.

2017-03-22 Thread Philip Balister
The ifdef's in zynq-common.h do a partial selection of the u-boot environment storage location. As u-boot added more, the ifdefs no longe cope with all possible cases. Rather than correct the logic there, move the selection options into the board specific config files. Signed-off-by: Philip Balist