summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap3.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-12-16 10:32:20 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-12-16 10:32:20 +0100
commit48b315fa83a63c1d01b77ffa8b485a322a4559d2 (patch)
tree4cd74333a9084e4967f85a3bcdabb0fc69194d6b /conf/machine/include/omap3.inc
parent39fb00c188032075a0a8298e333e6914bd88e53a (diff)
downloadmeta-openembedded-48b315fa83a63c1d01b77ffa8b485a322a4559d2.tar.gz
move omap3 and cortexa8 includes from beagleboard BSP to meta-openembedded layer
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine/include/omap3.inc')
-rw-r--r--conf/machine/include/omap3.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
new file mode 100644
index 000000000..d33a59987
--- /dev/null
+++ b/conf/machine/include/omap3.inc
@@ -0,0 +1,15 @@
1SOC_FAMILY = "omap3"
2TARGET_ARCH = "arm"
3
4require conf/machine/include/tune-cortexa8.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r92"
8
9KERNEL_IMAGETYPE = "uImage"
10
11UBOOT_ENTRYPOINT = "0x80008000"
12UBOOT_LOADADDRESS = "0x80008000"
13
14EXTRA_IMAGEDEPENDS += "u-boot x-load"
15