mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
configs: imx8mm-cl-iot-gate: update dfu_alt_info for single flash.bin
We changed to single flash.bin now. So dfu_alt_info should be modified to reflect this change. Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
02737ac86d
commit
f8a5cda5ec
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@
|
|||
"fdt_addr=0x43000000\0" \
|
||||
"fdt_addr_r=0x43000000\0" \
|
||||
"boot_fit=no\0" \
|
||||
"dfu_alt_info=mmc 2=flash-bin raw 0x42 0x250 mmcpart 1;" \
|
||||
"u-boot-itb raw 0x300 0x1B00 mmcpart 1\0" \
|
||||
"dfu_alt_info=mmc 2=flash-bin raw 0x42 0x1D00 mmcpart 1\0" \
|
||||
"fdt_file=sb-iotgimx8.dtb\0" \
|
||||
"fdtfile=sb-iotgimx8.dtb\0" \
|
||||
"initrd_addr=0x43800000\0" \
|
||||
|
|
Loading…
Add table
Reference in a new issue