diff options
author | Mark Brown <broonie@sirena.org.uk> | 2009-07-25 17:25:31 +0100 |
---|---|---|
committer | Mark Brown <broonie@sirena.org.uk> | 2009-07-25 18:16:26 +0100 |
commit | 8b23ff6c77e0a86398e00e9cf4cec5f375a24253 (patch) | |
tree | a4f13abd244c8403ebdeb7063d9a88a8d48ddaef /conf | |
parent | 6df260147955e4350f184f03d851332d03b5895f (diff) |
mx31ads: Switch kernel to mainline
The i.MX31ADS kernel recipie was very old and pointed at external patches
that are no longer available. Update to mainline, based off the defconfig
for generic mx3 in mainline, since that at least builds.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mx31ads.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf index de429c3cce..ebbbf70ca6 100644 --- a/conf/machine/mx31ads.conf +++ b/conf/machine/mx31ads.conf @@ -8,7 +8,7 @@ MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget" GUI_MACHINE_CLASS = "smallscreen" -PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" +PREFERRED_PROVIDER_virtual/kernel = "linux" require conf/machine/include/tune-arm1136jf-s.inc |