diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-02-10 13:41:16 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-02-10 13:42:18 +0100 |
commit | 4fee7cea31f8b408bfe85f7d669af826606cc819 (patch) | |
tree | 6e35490a0c8a2c48c02282ef4c11454bb442f998 /conf | |
parent | 798fe719221070bac2b5bd7318e8240404e8d0ff (diff) |
nokia900: use zImage kernels
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nokia900.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf index 4880ea47de..f8d942238d 100644 --- a/conf/machine/nokia900.conf +++ b/conf/machine/nokia900.conf @@ -15,6 +15,9 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "480" require conf/machine/include/omap3.inc +# omap3.inc redefine it to uImage +KERNEL_IMAGETYPE = "zImage" + ROOT_FLASH_SIZE = "100" EXTRA_IMAGECMD_jffs2_nokia900 = "--pad --little-endian --eraseblock=0x20000 -n" |