summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-hs-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am65xx-hs-evm.conf')
-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