summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-05 17:50:32 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-19 16:30:19 +0100
commite753e0a44e81be47e9ed79b4492557f22e108689 (patch)
tree5bba746711bb1b8716cae02d0f2f59b258792a1b
parent7242a5d223941784637d503eff8e3122eff54b6f (diff)
vexpress64: juno: rename device tree to juno.dtb
The latest Juno firmware no longer strips the .dtb from the filename stored in NOR flash. So to get images from flash, we must now specify the full filename. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--include/configs/vexpress_aemv8a.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 7d8377461a..a828a120a0 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -205,7 +205,9 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"kernel_name=Image\0" \
"kernel_addr=0x80000000\0" \
- "fdt_name=juno\0" \
+ "initrd_name=ramdisk.img\0" \
+ "initrd_addr=0x84000000\0" \
+ "fdt_name=board.dtb\0" \
"fdt_addr=0x83000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \