diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt index fb478a3e4..d19cd4301 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp25-dvk/boot.txt @@ -43,10 +43,10 @@ else # Get the UUID of the configured boot partition. part uuid mmc ${mmcbootdev}:${mmcpart} bootpart # Check the boot source. - if test "${bootpart}" = "${part1_uuid}"; then + if test "${bootpart}" = "${part5_uuid}"; then # We are booting from the eMMC using 'linux'. true - elif test "${bootpart}" = "${part2_uuid}"; then + elif test "${bootpart}" = "${part6_uuid}"; then # We are booting from the eMMC using 'recovery'. setenv boot_initrd true setenv initrd_file uramdisk-recovery.img