From: Lothar Waßmann Date: Thu, 14 Aug 2014 11:33:41 +0000 (+0200) Subject: karo: tx53: add 'romupdate' command to update the U-Boot image in flash X-Git-Tag: KARO-TX-2014-08-21~3 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=eb9e30ff611cd167bd2209a73da319d0d3c8d7c1;hp=eb9e30ff611cd167bd2209a73da319d0d3c8d7c1 karo: tx53: add 'romupdate' command to update the U-Boot image in flash 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. ---