diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 62afe169..12b80c6d 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -16,11 +16,12 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r18" +MACHINE_KERNEL_PR = "r19" # Default providers, may need to override for specific machines PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" +PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "uImage"