mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
display5: config: Provide 'tftp_mmc_rootfs_bkp' command to write BACKUP rootfs
Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
76d1d169f3
commit
dd4ed88bf1
1 changed files with 5 additions and 0 deletions
|
@ -348,7 +348,12 @@
|
|||
"rootfs_part_active=2\0" \
|
||||
"rootfs_part_backup=4\0" \
|
||||
"rootfs_file=core-image-lwn-display5.ext4\0" \
|
||||
"rootfs_file_backup=core-image-lwn-backup-display5.ext4\0" \
|
||||
__TFTP_UPDATE_ROOTFS \
|
||||
"tftp_mmc_rootfs_bkp=" \
|
||||
"setenv rootfs_part ${rootfs_part_backup};" \
|
||||
"setenv rootfs_file ${rootfs_file_backup};" \
|
||||
"run tftp_mmc_rootfs\0" \
|
||||
TFTP_UPDATE_RECOVERY_SWU_KERNEL \
|
||||
TFTP_UPDATE_RECOVERY_SWU_INITRAMFS \
|
||||
"\0" \
|
||||
|
|
Loading…
Reference in a new issue