diff options
-rw-r--r-- | include/samsung/tizen_rpi.h | 2 | ||||
-rw-r--r-- | tizen/bootscript/tizen-boot-rpi4.scr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index e06762f06e..53d0218eea 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -155,7 +155,7 @@ "part=7\0" \ "bootmode=ramdisk\0" \ "bootdev=mmc\0" \ - "tfm=setenv bootmode download; run bootcmd\0" \ + "tfm=setenv bootmode download; run set_to_part_a; run bootcmd\0" \ "tizen_bootarg=" \ TIZEN_VC_MEM \ "8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 " \ diff --git a/tizen/bootscript/tizen-boot-rpi4.scr b/tizen/bootscript/tizen-boot-rpi4.scr index f6bac09b66..b284cea662 100644 --- a/tizen/bootscript/tizen-boot-rpi4.scr +++ b/tizen/bootscript/tizen-boot-rpi4.scr @@ -44,8 +44,8 @@ fi if test "0x${distro_bootpart}" -ne "${bootpart}"; then # Load the environmet from partition_b echo "Loading uboot.env from boot_${partition_ab}" - load $devtype $devnum:$bootpart 0x02400000 uboot.env - env import -b 0x02400000 0x4000 + load $devtype $devnum:$bootpart 0x02500000 uboot.env + env import -b 0x02500000 0x4000 exit fi |