summaryrefslogtreecommitdiff
path: root/conf/machine/include/omap3.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-06 09:11:49 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-06 09:11:49 +0200
commit594a5295448cfc2d97e9b1721efe57c3362635bf (patch)
tree544d3b15053164714cbb0d318a6e81675f4f30a3 /conf/machine/include/omap3.inc
parent389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (diff)
omap3 boards: introduce MACHINE_KERNEL_PR, put it in conf/machine/include/omap3.inc
Diffstat (limited to 'conf/machine/include/omap3.inc')
-rw-r--r--conf/machine/include/omap3.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
new file mode 100644
index 0000000000..f6cf895c52
--- /dev/null
+++ b/conf/machine/include/omap3.inc
@@ -0,0 +1,12 @@
+require conf/machine/include/tune-cortexa8.inc
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+MACHINE_KERNEL_PR = "r20"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
+
+MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules "