Re: [U-Boot] [PATCH] ARM: board: cm_fx6: fix mtd partition fixup

2016-09-06 Thread Stefano Babic
On 23/08/2016 16:08, christopher.spinr...@rwth-aachen.de wrote: > From: Christopher Spinrath > > ft_board_setup may return early in the case that the board revision > cannot be obtained. In that case it is assumed that no revision > specific correction in the fdt is neccessary. But the mtd partit

Re: [U-Boot] [PATCH] ARM: board: cm_fx6: fix mtd partition fixup

2016-08-28 Thread Nikita Kiryanov
Hi Christopher, On Tue, Aug 23, 2016 at 04:08:52PM +0200, christopher.spinr...@rwth-aachen.de wrote: > From: Christopher Spinrath > > ft_board_setup may return early in the case that the board revision > cannot be obtained. In that case it is assumed that no revision > specific correction in th

Re: [U-Boot] [PATCH] ARM: board: cm_fx6: fix mtd partition fixup

2016-08-24 Thread Stefano Babic
On 23/08/2016 16:08, christopher.spinr...@rwth-aachen.de wrote: > From: Christopher Spinrath > > ft_board_setup may return early in the case that the board revision > cannot be obtained. In that case it is assumed that no revision > specific correction in the fdt is neccessary. But the mtd partit

[U-Boot] [PATCH] ARM: board: cm_fx6: fix mtd partition fixup

2016-08-23 Thread christopher.spinrath
From: Christopher Spinrath ft_board_setup may return early in the case that the board revision cannot be obtained. In that case it is assumed that no revision specific correction in the fdt is neccessary. But the mtd partitions will not be fixed up either altough they are not revision specific.