]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx53: add 'romupdate' command to update the U-Boot image in flash
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 14 Aug 2014 11:33:41 +0000 (13:33 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 14 Aug 2014 12:33:25 +0000 (14:33 +0200)
Implement the romupdate command, that is already in use on TX28 and
TX6.
The command searches for a sufficiently large area without bad blocks
inside the u-boot (or any given other) partition and dynmaically
creates the FCB that is required to boot from flash.

It is also possible to write a redundant image, that will be used if
the first block of the normal image cannot be read due to ECC errors.


No differences found