diff --git a/recipes-bsp/u-boot/files2/uEnv.txt b/recipes-bsp/u-boot/files2/uEnv.txt index 02bfc2a..16fa787 100644 --- a/recipes-bsp/u-boot/files2/uEnv.txt +++ b/recipes-bsp/u-boot/files2/uEnv.txt @@ -20,7 +20,8 @@ loadaddr=0x80200000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv} loadfdt=fatload mmc ${mmcdev} ${fdtaddr} ${fdtfile} loadimage=fatload mmc ${mmcdev} ${loadaddr} ${bootfile} -mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} shell=before:dmverity +mmcargs_old=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} shell=before:dmverity +mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run mmcloados;fi;fi; mmcboot_old=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run loadfdt;run mmcloados;fi;fi; mmcdev=0