aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-11-17 17:22:35 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-11-17 17:42:18 +0000
commitef48919efb24eff450dac55cccbe2b3078134ab5 (patch)
treec406b96fb2380a8bf557a5444064b98bdfe44fe5
parent0e6a96bffdb3346d08f53301dc1b903fd90a2411 (diff)
vexpress64: move fdt to 0x82000000armlt-20161117-001armlt-16.1116.11
0x83000000 is reserved by OPTEE, so don't use that address. And if we use 0x82000000, it will match the recommendations for the 32-bit kernel too. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--include/configs/vexpress_aemv8a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index ab6434af7a..c9841cd415 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -178,7 +178,7 @@
"initrd_addr=0x84000000\0" \
"fdtfile=board.dtb\0" \
"fdt_alt_name=juno\0" \
- "fdt_addr=0x83000000\0" \
+ "fdt_addr=0x82000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
@@ -222,7 +222,7 @@
"initrd_name=ramdisk.img\0" \
"initrd_addr=0x88000000\0" \
"fdtfile=devtree.dtb\0" \
- "fdt_addr=0x83000000\0" \
+ "fdt_addr=0x82000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0"
@@ -244,7 +244,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"kernel_addr=0x80080000\0" \
"initrd_addr=0x84000000\0" \
- "fdt_addr=0x83000000\0" \
+ "fdt_addr=0x82000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0"