Re: [U-Boot] [PATCH 05/30] Convert CONFIG_ENV_IS_IN_FLASH to Kconfig

2017-07-18 Thread Tom Rini
On Tue, Jul 18, 2017 at 05:01:39PM +0200, Daniel Schwierzeck wrote: > 2017-07-18 16:00 GMT+02:00 Simon Glass : > > Hi Daniel, > > > > On 10 July 2017 at 15:09, Daniel Schwierzeck > > wrote: > >> > >> > >> Am 09.07.2017 um 22:52 schrieb Simon Glass:

Re: [U-Boot] [PATCH 05/30] Convert CONFIG_ENV_IS_IN_FLASH to Kconfig

2017-07-18 Thread Daniel Schwierzeck
2017-07-18 16:00 GMT+02:00 Simon Glass : > Hi Daniel, > > On 10 July 2017 at 15:09, Daniel Schwierzeck > wrote: >> >> >> Am 09.07.2017 um 22:52 schrieb Simon Glass: >>> This converts the following to Kconfig: >>>CONFIG_ENV_IS_IN_FLASH >>> >>>

Re: [U-Boot] [PATCH 05/30] Convert CONFIG_ENV_IS_IN_FLASH to Kconfig

2017-07-18 Thread Simon Glass
Hi Daniel, On 10 July 2017 at 15:09, Daniel Schwierzeck wrote: > > > Am 09.07.2017 um 22:52 schrieb Simon Glass: >> This converts the following to Kconfig: >>CONFIG_ENV_IS_IN_FLASH >> >> Signed-off-by: Simon Glass >> --- >> > > ... > >> diff

Re: [U-Boot] [PATCH 05/30] Convert CONFIG_ENV_IS_IN_FLASH to Kconfig

2017-07-10 Thread Daniel Schwierzeck
Am 09.07.2017 um 22:52 schrieb Simon Glass: > This converts the following to Kconfig: >CONFIG_ENV_IS_IN_FLASH > > Signed-off-by: Simon Glass > --- > ... > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index 579371e8ee..3046d90b4d 100644 > ---