Re: [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-22 Thread Tom Rini
On Fri, Feb 22, 2019 at 05:38:44PM +0100, Philipp Tomsich wrote: > > > > On 21.02.2019, at 11:13, Martyn Welch wrote: > > > > Currently CONFIG_ENV_OFFSET_REDUND is checked regardless of the type of > > build being performed, but this doesn't seem to be needed in SPL builds. > > > > Don't

Re: [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-22 Thread Martyn Welch
On Fri, 2019-02-22 at 11:36 -0500, Tom Rini wrote: > On Fri, Feb 22, 2019 at 03:35:51PM +, Martyn Welch wrote: > > On Thu, 2019-02-21 at 22:33 -0500, Tom Rini wrote: > > > On Thu, Feb 21, 2019 at 10:13:42AM +, Martyn Welch wrote: > > > > > > > Currently CONFIG_ENV_OFFSET_REDUND is checked

Re: [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-22 Thread Philipp Tomsich
> On 21.02.2019, at 11:13, Martyn Welch wrote: > > Currently CONFIG_ENV_OFFSET_REDUND is checked regardless of the type of > build being performed, but this doesn't seem to be needed in SPL builds. > > Don't check this configuration option for SPL builds. > > Signed-off-by: Martyn Welch >

Re: [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-22 Thread Tom Rini
On Fri, Feb 22, 2019 at 03:35:51PM +, Martyn Welch wrote: > On Thu, 2019-02-21 at 22:33 -0500, Tom Rini wrote: > > On Thu, Feb 21, 2019 at 10:13:42AM +, Martyn Welch wrote: > > > > > Currently CONFIG_ENV_OFFSET_REDUND is checked regardless of the > > > type of > > > build being performed,

Re: [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-22 Thread Martyn Welch
On Thu, 2019-02-21 at 22:33 -0500, Tom Rini wrote: > On Thu, Feb 21, 2019 at 10:13:42AM +, Martyn Welch wrote: > > > Currently CONFIG_ENV_OFFSET_REDUND is checked regardless of the > > type of > > build being performed, but this doesn't seem to be needed in SPL > > builds. > > > > Don't

Re: [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-21 Thread Tom Rini
On Thu, Feb 21, 2019 at 10:13:42AM +, Martyn Welch wrote: > Currently CONFIG_ENV_OFFSET_REDUND is checked regardless of the type of > build being performed, but this doesn't seem to be needed in SPL builds. > > Don't check this configuration option for SPL builds. > > Signed-off-by: Martyn

[U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build

2019-02-21 Thread Martyn Welch
Currently CONFIG_ENV_OFFSET_REDUND is checked regardless of the type of build being performed, but this doesn't seem to be needed in SPL builds. Don't check this configuration option for SPL builds. Signed-off-by: Martyn Welch --- env/nand.c | 2 +- 1 file changed, 1 insertion(+), 1