diff options
-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 | |||
6 | 6 | ||
7 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" |
8 | 8 | ||
9 | UBOOT_ENTRYPOINT = "0x82000000" | 9 | UBOOT_ENTRYPOINT = "0x80080000" |
10 | UBOOT_LOADADDRESS = "0x82000000" | 10 | UBOOT_LOADADDRESS = "0x80080000" |
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | 11 | UBOOT_RD_LOADADDRESS = "0x84000000" |
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
13 | 13 | ||