aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-02 09:03:27 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-02 14:51:14 +0100
commit988a6f57d3dc8a372c0ae046bbd1f4676c7ace35 (patch)
tree7fc48e0907544ce04bc91a0fff5ea0899f38a842 /conf/machine
parentd985a054f9b7bc93f4544a1613dd90e371c64167 (diff)
downloadopenembedded-988a6f57d3dc8a372c0ae046bbd1f4676c7ace35.tar.gz
nokia900: build uImage instead of zImage
* 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>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/nokia900.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index 216485d40e..caeb00a302 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -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"