summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap3.inc
diff options
context:
space:
mode:
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