summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-05-24 20:57:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-05-24 20:57:52 +0000
commit2da08ed8b2f4a29fb7d45e769171ea5bb79cf0b2 (patch)
tree6deb8d58c2c3c966d9d29f89262c92686790bcd3
parenta232258410aa3b3be319e79a16b9a771901e142e (diff)
downloadmeta-ti-ti2019.01.tar.gz
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.conf4
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
6 6
7UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" 7UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig"
8 8
9UBOOT_ENTRYPOINT = "0x82000000" 9UBOOT_ENTRYPOINT = "0x80080000"
10UBOOT_LOADADDRESS = "0x82000000" 10UBOOT_LOADADDRESS = "0x80080000"
11UBOOT_RD_LOADADDRESS = "0x84000000" 11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13