From 6d6621840edc318fde50ed96e21b06d164f704de Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 2 Dec 2010 09:03:27 +0100 Subject: nokia900: build uImage instead of zImage * meego and debian on n900 are now using u-boot so we should too Acked-by: Klaus Kurzmann Signed-off-by: Martin Jansa --- conf/machine/nokia900.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf index 98b46a38e3..b1e8b75c2c 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" -- cgit 1.2.3-korg