diff options
Diffstat (limited to 'conf/machine/include/davinci.inc')
-rw-r--r-- | conf/machine/include/davinci.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 9f90f24b..59e423d7 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc | |||
@@ -1,12 +1,13 @@ | |||
1 | require conf/machine/include/tune-arm926ejs.inc | 1 | require conf/machine/include/tune-arm926ejs.inc |
2 | 2 | ||
3 | # Increase this everytime you change something in the kernel | 3 | # Increase this everytime you change something in the kernel |
4 | MACHINE_KERNEL_PR = "r53" | 4 | MACHINE_KERNEL_PR = "r54" |
5 | 5 | ||
6 | KERNEL_IMAGETYPE = "uImage" | 6 | KERNEL_IMAGETYPE = "zImage" |
7 | 7 | ||
8 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" | 8 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
10 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
10 | 11 | ||
11 | UBOOT_MACHINE = "davinci_dvevm_config" | 12 | UBOOT_MACHINE = "davinci_dvevm_config" |
12 | 13 | ||