diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-12 19:30:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-13 16:20:31 -0700 |
commit | 682e67793d3d6da4b7905f756650e1ec94883ae2 (patch) | |
tree | 58ddb1b2c0d6440d0bebba044b2735ddf963206c /conf/machine | |
parent | 16259465102529c7a0615e1797066e27348f1956 (diff) |
machine/qemuarm: Move kernel version to 2.6.33
* Tested using gcc 4.4.4 DISTRO=minimal
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/qemuarm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/qemuarm.conf b/conf/machine/qemuarm.conf index de76527167..606925cdc9 100644 --- a/conf/machine/qemuarm.conf +++ b/conf/machine/qemuarm.conf @@ -11,4 +11,4 @@ KERNEL_IMAGETYPE = "zImage" SERIAL_CONSOLE = "115200 ttyAMA0" -PREFERRED_PROVIDER_virtual/kernel = "linux-rp" +PREFERRED_PROVIDER_virtual/kernel = "linux" |