diff options
Diffstat (limited to 'meta-oe/conf/machine/include/omap3.inc')
| -rw-r--r-- | meta-oe/conf/machine/include/omap3.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/conf/machine/include/omap3.inc b/meta-oe/conf/machine/include/omap3.inc new file mode 100644 index 0000000000..15e34c6508 --- /dev/null +++ b/meta-oe/conf/machine/include/omap3.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SOC_FAMILY = "omap3" | ||
| 2 | TARGET_ARCH = "arm" | ||
| 3 | |||
| 4 | require conf/machine/include/tune-cortexa8.inc | ||
| 5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | ||
| 6 | # Increase this everytime you change something in the kernel | ||
| 7 | MACHINE_KERNEL_PR = "r99" | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "uImage" | ||
| 10 | |||
| 11 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 12 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 13 | |||
| 14 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | ||
| 15 | |||
