summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r--conf/machine/include/ti33x.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 12b80c6d..8a91a52c 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -16,14 +16,14 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r19" 19MACHINE_KERNEL_PR = "r20"
20 20
21# Default providers, may need to override for specific machines 21# Default providers, may need to override for specific machines
22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
23PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 23PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
24PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 24PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
25 25
26KERNEL_IMAGETYPE = "uImage" 26KERNEL_IMAGETYPE = "zImage"
27 27
28UBOOT_ARCH = "arm" 28UBOOT_ARCH = "arm"
29UBOOT_MACHINE = "am335x_evm_config" 29UBOOT_MACHINE = "am335x_evm_config"