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.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index f83bfa22..3a841409 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -17,13 +17,14 @@ XSERVER = "xserver-xorg \
17MACHINE_GUI_CLASS = "bigscreen" 17MACHINE_GUI_CLASS = "bigscreen"
18 18
19# Increase this everytime you change something in the kernel 19# Increase this everytime you change something in the kernel
20MACHINE_KERNEL_PR = "r126" 20MACHINE_KERNEL_PR = "r127"
21 21
22KERNEL_IMAGETYPE = "uImage" 22KERNEL_IMAGETYPE = "zImage"
23 23
24# Default providers, may need to override for specific machines 24# Default providers, may need to override for specific machines
25PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" 25PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
26PREFERRED_PROVIDER_virtual/bootloader = "u-boot" 26PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
27PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
27 28
28UBOOT_ARCH = "arm" 29UBOOT_ARCH = "arm"
29UBOOT_MACHINE = "omap3_evm_config" 30UBOOT_MACHINE = "omap3_evm_config"