diff options
Diffstat (limited to 'conf/machine/omap3-pandora.conf')
-rw-r--r-- | conf/machine/omap3-pandora.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf index 2d068c24a3..8729715513 100644 --- a/conf/machine/omap3-pandora.conf +++ b/conf/machine/omap3-pandora.conf @@ -34,9 +34,9 @@ IMAGE_FSTYPES = "tar.bz2" SERIAL_CONSOLE = "115200 ttyS0" -require conf/machine/include/omap3.inc
-
-# Put it below omap3.inc as we override the kernel here
+require conf/machine/include/omap3.inc + +# Put it below omap3.inc as we override the kernel here PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" # Use our 'Powered by Angstrom' splash for the images. |