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:
3a82698
)
n1200: Add KERNEL_IMAGETYPE, UBOOT_LOADADDRESS and UBOOT_ENTRYPOINT to machine config
author
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Fri, 23 Jan 2009 18:14:06 +0000
(18:14 +0000)
committer
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Fri, 23 Jan 2009 18:14:06 +0000
(18:14 +0000)
conf/machine/n1200.conf
patch
|
blob
|
history
diff --git
a/conf/machine/n1200.conf
b/conf/machine/n1200.conf
index
fba4234
..
b13576e
100644
(file)
--- a/
conf/machine/n1200.conf
+++ b/
conf/machine/n1200.conf
@@
-21,4
+21,8
@@
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
IMAGE_FSTYPES = "tar.gz"
SERIAL_CONSOLE = "ttyS0 115200"
+KERNEL_IMAGETYPE = "zImage"
+UBOOT_LOADADDRESS = "00400000"
+UBOOT_ENTRYPOINT = "004005a4"
+
require conf/machine/include/tune-ppc603e.inc