ARM: board: cm_fx6: fix mtd partition fixup
authorChristopher Spinrath <christopher.spinrath@rwth-aachen.de>
Tue, 23 Aug 2016 14:08:52 +0000 (16:08 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 6 Sep 2016 16:22:48 +0000 (18:22 +0200)
commitf8de60bd58a03d97d6907d54f0a8634c6a6a5504
tree91c0d20a19f34f1ed5d61f21f33d85c9b3008632
parenteb3813ad1afb29401fce20e9553df71e98f4aeec
ARM: board: cm_fx6: fix mtd partition fixup

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.

Move the call to fdt_fixup_mtdparts in front of the revision specific
part to ensure that the partitions are fixed up even if the board
revision cannot be obtained.

While on it, fix a spelling mistake in a comment introduced by the
same commit.

Fixes: 62d6bac66038 ("ARM: board: cm_fx6: fixup mtd partitions in the fdt")
Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Nikita Kiryanov <nikita@compulab.co.il>
board/compulab/cm_fx6/cm_fx6.c