diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-12 15:15:51 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-12 15:22:48 +0200 |
commit | 50947a23fccb30cb36030dc0f379bc99ce33027a (patch) | |
tree | 56b62798f8eda81675fe3f6ad28d492e3965ccab /conf/machine/micro2440.conf | |
parent | f47a90dc043b2c79fb3c103441f80ff6690fad04 (diff) |
micro2440.conf: Prefer an up to date kernel.
Diffstat (limited to 'conf/machine/micro2440.conf')
-rw-r--r-- | conf/machine/micro2440.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 5c8da70e68..20e14af78f 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -5,6 +5,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.29" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttySAC0" |