From bc1b018ea10f2832bd30388e6f84ea09c4bd1257 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Tue, 14 Jun 2016 10:42:36 +0100 Subject: Rename zImage to Image and use norname as norkern Rename the kernel in the SOFTWARE directory as Image, instead of zImage. We don't necessariily use a zImage, eg: when booting with bootmon, it's a zImage, when booting with u-boot, it will be a uImage. Also, set the norname for the kernel to "norkern" to match what we've done for Juno. Signed-off-by: Ryan Harkin --- SITE1/HBI0249A/images.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SITE1/HBI0249A/images.txt') diff --git a/SITE1/HBI0249A/images.txt b/SITE1/HBI0249A/images.txt index cb3df6a..f5f312b 100644 --- a/SITE1/HBI0249A/images.txt +++ b/SITE1/HBI0249A/images.txt @@ -13,7 +13,8 @@ NOR1FILE: \SOFTWARE\bootscr.txt ;Image File Name NOR2UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE NOR2ADDRESS: 03000000 ;Image Flash Address -NOR2FILE: \SOFTWARE\zImage ;Image File Name - master kernel +NOR2FILE: \SOFTWARE\Image ;Image File Name - master kernel +NOR2NAME: norkern ;Rename kernel to norkern NOR2LOAD: 80008000 ;Image Load Address NOR2ENTRY: 80008000 ;Image Entry Point -- cgit v1.2.3