diff options
author | 2019-05-24 20:57:52 +0000 | |
---|---|---|
committer | 2019-05-24 20:57:52 +0000 | |
commit | 2da08ed8b2f4a29fb7d45e769171ea5bb79cf0b2 (patch) | |
tree | 6deb8d58c2c3c966d9d29f89262c92686790bcd3 | |
parent | a232258410aa3b3be319e79a16b9a771901e142e (diff) | |
download | meta-ti-ti2019.01.tar.gz meta-ti-ti2019.01.tar.bz2 meta-ti-ti2019.01.zip |
am65xx-hs-evm: fix load address for FIT imageti2019.01-rc6ti2019.01
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | conf/machine/am65xx-hs-evm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf index 1de37cf3..97afd317 100644 --- a/conf/machine/am65xx-hs-evm.conf +++ b/conf/machine/am65xx-hs-evm.conf @@ -6,8 +6,8 @@ require conf/machine/am65xx-evm.conf UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" -UBOOT_ENTRYPOINT = "0x82000000" -UBOOT_LOADADDRESS = "0x82000000" +UBOOT_ENTRYPOINT = "0x80080000" +UBOOT_LOADADDRESS = "0x80080000" UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" |