Re: [U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig

2016-09-18 Thread Simon Glass
On 9 September 2016 at 02:27, Petr Kulhavy wrote: > Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig. > Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME). > Remove the now redundant GPT_ENTRY_NAME. > > Signed-off-by: Petr Kulhavy > --- > v2: initial > > README

Re: [U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig

2016-09-12 Thread Steve Rae
On Fri, Sep 9, 2016 at 6:56 AM, Tom Rini wrote: > On Fri, Sep 09, 2016 at 10:27:18AM +0200, Petr Kulhavy wrote: > >> Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig. >> Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME). >> Remove the now redundant GPT_ENTRY_NAME.

Re: [U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig

2016-09-09 Thread Tom Rini
On Fri, Sep 09, 2016 at 10:27:18AM +0200, Petr Kulhavy wrote: > Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig. > Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME). > Remove the now redundant GPT_ENTRY_NAME. > > Signed-off-by: Petr Kulhavy Reviewed-by: Tom Rin

[U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig

2016-09-09 Thread Petr Kulhavy
Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig. Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME). Remove the now redundant GPT_ENTRY_NAME. Signed-off-by: Petr Kulhavy --- v2: initial README | 2 +- cmd/fastboot/Kconfig | 24