[oe-commits] Tim 'timtim' Ellis : n1200: Add KERNEL_IMAGETYPE, UBOOT_LOADADDRESS and UBOOT_ENTRYPOINT to machine config

GIT User account git at amethyst.openembedded.net
Fri Jan 23 18:15:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3a9aaf1187525764aaa7c624b98d89b6b74f47ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9aaf1187525764aaa7c624b98d89b6b74f47ad

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Fri Jan 23 18:14:06 2009 +0000

n1200: Add KERNEL_IMAGETYPE, UBOOT_LOADADDRESS and UBOOT_ENTRYPOINT to machine config

---

 conf/machine/n1200.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/conf/machine/n1200.conf b/conf/machine/n1200.conf
index fba4234..b13576e 100644
--- a/conf/machine/n1200.conf
+++ b/conf/machine/n1200.conf
@@ -21,4 +21,8 @@ IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 IMAGE_FSTYPES = "tar.gz"
 SERIAL_CONSOLE = "ttyS0 115200"
 
+KERNEL_IMAGETYPE = "zImage"
+UBOOT_LOADADDRESS = "00400000"
+UBOOT_ENTRYPOINT = "004005a4"
+
 require conf/machine/include/tune-ppc603e.inc





More information about the Openembedded-commits mailing list