diff options
Diffstat (limited to 'conf/machine/include/omap3.inc')
| -rw-r--r-- | conf/machine/include/omap3.inc | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc deleted file mode 100644 index 6e0d8dbc..00000000 --- a/conf/machine/include/omap3.inc +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | require conf/machine/include/ti-soc.inc | ||
| 2 | SOC_FAMILY:append = ":omap3" | ||
| 3 | |||
| 4 | DEFAULTTUNE ?= "armv7athf-neon" | ||
| 5 | require conf/machine/include/arm/armv7a/tune-cortexa8.inc | ||
| 6 | |||
| 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
| 8 | |||
| 9 | # For built-in LCD, add xf86-input-tslib | ||
| 10 | XSERVER = "xserver-xorg \ | ||
| 11 | xf86-input-evdev \ | ||
| 12 | xf86-input-mouse \ | ||
| 13 | xf86-video-fbdev \ | ||
| 14 | xf86-input-keyboard" | ||
| 15 | |||
| 16 | # Default to external video, change to smallscreen for built-in LCD | ||
| 17 | MACHINE_GUI_CLASS = "bigscreen" | ||
| 18 | |||
| 19 | # Increase this everytime you change something in the kernel | ||
| 20 | MACHINE_KERNEL_PR = "r127" | ||
| 21 | |||
| 22 | KERNEL_IMAGETYPE = "zImage" | ||
| 23 | |||
| 24 | # Default providers, may need to override for specific machines | ||
| 25 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | ||
| 26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
| 27 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 28 | |||
| 29 | KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" | ||
| 30 | |||
| 31 | UBOOT_ARCH = "arm" | ||
| 32 | UBOOT_MACHINE = "omap3_evm_config" | ||
| 33 | XLOAD_MACHINE = "omap3evm_config" | ||
| 34 | |||
| 35 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 36 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 37 | |||
| 38 | # If SPL is not used, may need to add x-load | ||
| 39 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 40 | |||
| 41 | # List common SoC features, may need to add touchscreen/ethernet for specific machines | ||
| 42 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa gpu" | ||
