mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
colibri-imx6ull/imx7: define bootubipart for distro boot
When using distro boot to boot from UBI volumes the boot partition has been hardcoded to "UBI" (capital letters). However, our default MTD layout uses "ubi" (lower case letter). Define "ubi" as the default UBI partition for distro boot for Toradex. This allows to use distro boot without having to redefine the MTD partition layout which is useful for TorizonCore. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
This commit is contained in:
parent
d3976cc2fe
commit
b0a8cefd5b
2 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
NFS_BOOTCMD \
|
||||
UBI_BOOTCMD \
|
||||
UBOOT_UPDATE \
|
||||
"bootubipart=ubi\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=user_debug=30\0" \
|
||||
"dfu_alt_info=" DFU_ALT_NAND_INFO "\0" \
|
||||
|
|
|
@ -169,6 +169,7 @@
|
|||
MODULE_EXTRA_ENV_SETTINGS \
|
||||
UBOOT_UPDATE \
|
||||
"boot_file=zImage\0" \
|
||||
"bootubipart=ubi\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=\0" \
|
||||
"fdt_board=eval-v3\0" \
|
||||
|
|
Loading…
Add table
Reference in a new issue