Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-11 Thread Christopher Spinrath
Hi Nikita, On 10.07.2016 09:52, Nikita Kiryanov wrote: Hi Christopher, On Thu, Jul 07, 2016 at 03:30:25PM +0200, Christopher Spinrath wrote: Hi Nikita, On 07/07/2016 10:53 AM, Nikita Kiryanov wrote: On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: On 06/19/2016 06:44 PM, Chris

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-10 Thread Nikita Kiryanov
Hi Christopher, On Thu, Jul 07, 2016 at 03:30:25PM +0200, Christopher Spinrath wrote: > Hi Nikita, > > On 07/07/2016 10:53 AM, Nikita Kiryanov wrote: > > On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: > >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: > >>> The cm-fx6 module

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-07 Thread Christopher Spinrath
Hi Nikita, On 07/07/2016 10:53 AM, Nikita Kiryanov wrote: > On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >>> The cm-fx6 module has an on-board st,m25p compatible spi flash chip >>> used for u-boot (binary & environment). Over

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-07 Thread Nikita Kiryanov
On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: > On 06/19/2016 06:44 PM, Christopher Spinrath wrote: > > The cm-fx6 module has an on-board st,m25p compatible spi flash chip > > used for u-boot (binary & environment). Overwrite the partitions in > > the device tree by the partition t

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-25 Thread Christopher Spinrath
Hi Igor, On 06/23/2016 10:56 AM, Igor Grinberg wrote: Hi Christopher, On 06/22/2016 10:21 PM, Christopher Spinrath wrote: Hi Igor, On 06/22/2016 06:02 PM, Igor Grinberg wrote: Hi Christopher, On 06/19/2016 06:44 PM, Christopher Spinrath wrote: The cm-fx6 module has an on-board st,m25p comp

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-23 Thread Igor Grinberg
Hi Christopher, On 06/22/2016 10:21 PM, Christopher Spinrath wrote: > Hi Igor, > > On 06/22/2016 06:02 PM, Igor Grinberg wrote: >> Hi Christopher, >> >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >>> The cm-fx6 module has an on-board st,m25p compatible spi flash chip >>> used for u-boot

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-22 Thread Christopher Spinrath
Hi Igor, On 06/22/2016 06:02 PM, Igor Grinberg wrote: > Hi Christopher, > > On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >> The cm-fx6 module has an on-board st,m25p compatible spi flash chip >> used for u-boot (binary & environment). Overwrite the partitions in >> the device tree by the p

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-22 Thread Igor Grinberg
On 06/19/2016 06:44 PM, Christopher Spinrath wrote: > The cm-fx6 module has an on-board st,m25p compatible spi flash chip > used for u-boot (binary & environment). Overwrite the partitions in > the device tree by the partition table provided in the mtdparts > environment variable, if it is set. >

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-22 Thread Igor Grinberg
Hi Christopher, On 06/19/2016 06:44 PM, Christopher Spinrath wrote: > The cm-fx6 module has an on-board st,m25p compatible spi flash chip > used for u-boot (binary & environment). Overwrite the partitions in > the device tree by the partition table provided in the mtdparts > environment variable,

[U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-19 Thread Christopher Spinrath
The cm-fx6 module has an on-board st,m25p compatible spi flash chip used for u-boot (binary & environment). Overwrite the partitions in the device tree by the partition table provided in the mtdparts environment variable, if it is set. This allows to specify a kernel independent partitioning in th