diff options
Diffstat (limited to 'conf/machine/include/omap3.inc')
-rw-r--r-- | conf/machine/include/omap3.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index c80939a7..e71630b0 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -1,6 +1,7 @@ | |||
1 | SOC_FAMILY = "omap3" | 1 | SOC_FAMILY = "omap3" |
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | DEFAULTTUNE ?= "cortexa8thf-neon" | ||
4 | require conf/machine/include/tune-cortexa8.inc | 5 | require conf/machine/include/tune-cortexa8.inc |
5 | 6 | ||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
@@ -16,7 +17,7 @@ XSERVER = "xserver-xorg \ | |||
16 | GUI_MACHINE_CLASS = "bigscreen" | 17 | GUI_MACHINE_CLASS = "bigscreen" |
17 | 18 | ||
18 | # Increase this everytime you change something in the kernel | 19 | # Increase this everytime you change something in the kernel |
19 | MACHINE_KERNEL_PR = "r125" | 20 | MACHINE_KERNEL_PR = "r126" |
20 | 21 | ||
21 | KERNEL_IMAGETYPE = "uImage" | 22 | KERNEL_IMAGETYPE = "uImage" |
22 | 23 | ||