display5: config: factory: Update BACKUP rootfs in factory mode
After splitting rootfs images to BACKUP and ACTIVE, the "factory" u-boot also needs to update the former. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
dd4ed88bf1
commit
18ccca59e3
|
|
@ -194,13 +194,11 @@
|
||||||
"mmc write ${loadaddr} ${lba_start} ${fw_sz}; " \
|
"mmc write ${loadaddr} ${lba_start} ${fw_sz}; " \
|
||||||
"; fi\0" \
|
"; fi\0" \
|
||||||
|
|
||||||
/* To save some considerable time, we only once download the rootfs image */
|
|
||||||
/* and store it on 'active' and 'backup' rootfs partitions */
|
|
||||||
#define TFTP_UPDATE_ROOTFS \
|
#define TFTP_UPDATE_ROOTFS \
|
||||||
"setenv rootfs_part ${rootfs_part_active};" \
|
"setenv rootfs_part ${rootfs_part_active};" \
|
||||||
"run tftp_mmc_rootfs;" \
|
"run tftp_mmc_rootfs;" \
|
||||||
"part start mmc ${mmcdev} ${rootfs_part_backup} lba_start;" \
|
"run tftp_mmc_rootfs_bkp;" \
|
||||||
"mmc write ${loadaddr} ${lba_start} ${fw_sz};" \
|
|
||||||
|
|
||||||
#define TFTP_UPDATE_RECOVERY_SWU_KERNEL \
|
#define TFTP_UPDATE_RECOVERY_SWU_KERNEL \
|
||||||
"tftp_sf_fitImg_SWU=" \
|
"tftp_sf_fitImg_SWU=" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue