summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-05 17:52:48 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-19 16:30:29 +0100
commit1870059977ce9457613b77832e4f185068821a0b (patch)
tree10b96ffbe2d10816342229b0d40fd2a96b6f0810
parente753e0a44e81be47e9ed79b4492557f22e108689 (diff)
vexpress64: juno: rename kernel to match recommended firmware
The recommended firmware for use on the Juno board calls the Linux kernel "norkern" and not "Image" as previous drops. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--include/configs/vexpress_aemv8a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index a828a120a0..af58875108 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -203,7 +203,7 @@
* be copied into DRAM
*/
#define CONFIG_EXTRA_ENV_SETTINGS \
- "kernel_name=Image\0" \
+ "kernel_name=norkern\0" \
"kernel_addr=0x80000000\0" \
"initrd_name=ramdisk.img\0" \
"initrd_addr=0x84000000\0" \