diff options
Diffstat (limited to 'conf/machine/include/omap4.inc')
-rw-r--r-- | conf/machine/include/omap4.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 066acca6..1657326e 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -4,8 +4,8 @@ require conf/machine/include/soc-family.inc | |||
4 | DEFAULTTUNE ?= "cortexa9thf-neon" | 4 | DEFAULTTUNE ?= "cortexa9thf-neon" |
5 | require conf/machine/include/tune-cortexa9.inc | 5 | require conf/machine/include/tune-cortexa9.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 10 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
11 | XSERVER = "xserver-xorg \ | 11 | XSERVER = "xserver-xorg \ |
@@ -14,9 +14,9 @@ XSERVER = "xserver-xorg \ | |||
14 | xf86-video-omap" | 14 | xf86-video-omap" |
15 | 15 | ||
16 | # Increase this everytime you change something in the kernel | 16 | # Increase this everytime you change something in the kernel |
17 | MACHINE_KERNEL_PR = "r2" | 17 | MACHINE_KERNEL_PR = "r3" |
18 | 18 | ||
19 | KERNEL_IMAGETYPE = "uImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
20 | 20 | ||
21 | UBOOT_MACHINE = "omap4_panda_config" | 21 | UBOOT_MACHINE = "omap4_panda_config" |
22 | 22 | ||