nokia900: build uImage instead of zImage
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 2 Dec 2010 08:03:27 +0000 (09:03 +0100)
committerKhem Raj <raj.khem@gmail.com>
Thu, 2 Dec 2010 19:21:15 +0000 (11:21 -0800)
* meego and debian on n900 are now using u-boot so we should too

Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/machine/nokia900.conf

index 98b46a3..b1e8b75 100644 (file)
@@ -20,7 +20,10 @@ GUI_MACHINE_CLASS = "bigscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
-KERNEL_IMAGETYPE = "zImage"
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
 
 ROOT_FLASH_SIZE = "100"
 EXTRA_IMAGECMD_jffs2_nokia900 = "--pad --little-endian --eraseblock=0x20000 -n"