git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d985a05
)
nokia900: build uImage instead of zImage
author
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 2 Dec 2010 08:03:27 +0000
(09:03 +0100)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 2 Dec 2010 13:51:14 +0000
(14:51 +0100)
* 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
patch
|
blob
|
history
diff --git
a/conf/machine/nokia900.conf
b/conf/machine/nokia900.conf
index
216485d
..
caeb00a
100644
(file)
--- 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"