diff options
-rw-r--r-- | conf/machine/beagleboard.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index e28d6ad5..73483bc5 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -14,7 +14,7 @@ GUI_MACHINE_CLASS = "bigscreen" | |||
14 | 14 | ||
15 | require conf/machine/include/omap3.inc | 15 | require conf/machine/include/omap3.inc |
16 | 16 | ||
17 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 17 | PREFERRED_PROVIDER_virtual/kernel = "linux" |
18 | 18 | ||
19 | IMAGE_FSTYPES += "tar.bz2 ubi" | 19 | IMAGE_FSTYPES += "tar.bz2 ubi" |
20 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 20 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 8b669611..58763193 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" | |||
3 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
5 | # Increase this everytime you change something in the kernel | 5 | # Increase this everytime you change something in the kernel |
6 | MACHINE_KERNEL_PR = "r101" | 6 | MACHINE_KERNEL_PR = "r102" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 8 | KERNEL_IMAGETYPE = "uImage" |
9 | 9 | ||