Re: [U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-06-01 Thread Jörg Krause
Hi Maxime, On Wed, 2017-05-31 at 21:47 +0200, Maxime Ripard wrote: > On Wed, May 31, 2017 at 08:27:33AM +0200, Jörg Krause wrote: > > Hi Maxime, > > > > On Tue, 2017-05-30 at 23:09 +0200, Maxime Ripard wrote: > > > Hi Jörg, > > > > > > On Tue, May 30, 2017 at 09:39:57AM +0200, Jörg Krause wrote:

Re: [U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-06-01 Thread Jörg Krause
Hi Maxime, On Wed, 2017-05-31 at 21:47 +0200, Maxime Ripard wrote: > On Wed, May 31, 2017 at 08:27:33AM +0200, Jörg Krause wrote: > > Hi Maxime, > > > > On Tue, 2017-05-30 at 23:09 +0200, Maxime Ripard wrote: > > > Hi Jörg, > > > > > > On Tue, May 30, 2017 at 09:39:57AM +0200, Jörg Krause wrote:

Re: [U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-05-31 Thread Maxime Ripard
On Wed, May 31, 2017 at 08:27:33AM +0200, Jörg Krause wrote: > Hi Maxime, > > On Tue, 2017-05-30 at 23:09 +0200, Maxime Ripard wrote: > > Hi Jörg, > > > > On Tue, May 30, 2017 at 09:39:57AM +0200, Jörg Krause wrote: > > > On Mon, 2017-02-27 at 18:22 +0100, Maxime Ripard wrote: > > > > CMD_MTDPART

Re: [U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-05-31 Thread Jörg Krause
Hi Maxime, On Tue, 2017-05-30 at 23:09 +0200, Maxime Ripard wrote: > Hi Jörg, > > On Tue, May 30, 2017 at 09:39:57AM +0200, Jörg Krause wrote: > > On Mon, 2017-02-27 at 18:22 +0100, Maxime Ripard wrote: > > > CMD_MTDPARTS is something the user might or might not want to > > > select, > > > and >

Re: [U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-05-30 Thread Maxime Ripard
Hi Jörg, On Tue, May 30, 2017 at 09:39:57AM +0200, Jörg Krause wrote: > On Mon, 2017-02-27 at 18:22 +0100, Maxime Ripard wrote: > > CMD_MTDPARTS is something the user might or might not want to select, > > and > > might depends on (or be selected by) other options too. > > > > This is even truer

Re: [U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-05-30 Thread Jörg Krause
Hi Maxime, On Mon, 2017-02-27 at 18:22 +0100, Maxime Ripard wrote: > CMD_MTDPARTS is something the user might or might not want to select, > and > might depends on (or be selected by) other options too. > > This is even truer for the MTDIDS_DEFAULT and MTDPARTS_DEFAULT > options that > might chan

[U-Boot] [PATCH v5 5/16] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-02-27 Thread Maxime Ripard
CMD_MTDPARTS is something the user might or might not want to select, and might depends on (or be selected by) other options too. This is even truer for the MTDIDS_DEFAULT and MTDPARTS_DEFAULT options that might change from one board to another, or from one user to the other, depending on what it