summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SITE1/HBI0191B/images.txt3
-rw-r--r--SITE1/HBI0225B/images.txt3
-rw-r--r--SITE1/HBI0237A/images.txt3
-rw-r--r--SITE1/HBI0249A/images.txt3
-rw-r--r--SOFTWARE/bootkern.txt2
5 files changed, 9 insertions, 5 deletions
diff --git a/SITE1/HBI0191B/images.txt b/SITE1/HBI0191B/images.txt
index 7cc16d6..28e5bb5 100644
--- a/SITE1/HBI0191B/images.txt
+++ b/SITE1/HBI0191B/images.txt
@@ -11,7 +11,8 @@ NOR0ENTRY: 44000000 ;Image Entry Point
NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR1ADDRESS: 03000000 ;Image Flash Address
-NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR1NAME: norkern ;Rename kernel to norkern
NOR1LOAD: 80008000 ;Image Load Address
NOR1ENTRY: 80008000 ;Image Entry Point
diff --git a/SITE1/HBI0225B/images.txt b/SITE1/HBI0225B/images.txt
index 9d995ca..1351a23 100644
--- a/SITE1/HBI0225B/images.txt
+++ b/SITE1/HBI0225B/images.txt
@@ -9,7 +9,8 @@ NOR0FILE: \SOFTWARE\boot-a5.bin ;Image File Name
NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR1ADDRESS: 03000000 ;Image Flash Address
-NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR1NAME: norkern ;Rename kernel to norkern
NOR1LOAD: 80008000 ;Image Load Address
NOR1ENTRY: 80008000 ;Image Entry Point
diff --git a/SITE1/HBI0237A/images.txt b/SITE1/HBI0237A/images.txt
index 7afd2de..1d81a2e 100644
--- a/SITE1/HBI0237A/images.txt
+++ b/SITE1/HBI0237A/images.txt
@@ -9,7 +9,8 @@ NOR0FILE: \SOFTWARE\boot-tc1.bin ;Image File Name
NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR1ADDRESS: 03000000 ;Image Flash Address
-NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR1NAME: norkern ;Rename kernel to norkern
NOR1LOAD: 80008000 ;Image Load Address
NOR1ENTRY: 80008000 ;Image Entry Point
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
diff --git a/SOFTWARE/bootkern.txt b/SOFTWARE/bootkern.txt
index d022a9d..d3fed5f 100644
--- a/SOFTWARE/bootkern.txt
+++ b/SOFTWARE/bootkern.txt
@@ -1,3 +1,3 @@
fl linux fdt board.dtb
fl linux initrd ramdisk.img
-fl linux boot zImage console=ttyAMA0,38400 earlyprintk debug verbose rootwait root=/dev/sda2 androidboot.hardware=arm-versatileexpress-usb
+fl linux boot norkern console=ttyAMA0,38400 earlyprintk debug verbose rootwait root=/dev/sda2 androidboot.hardware=arm-versatileexpress-usb