diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-03 13:12:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:08 +0200 |
commit | 8fc3b478daa6eab29547f37772d288541623a515 (patch) | |
tree | 1a640cb738ac837cba88e485d5fff753ad3897e6 /conf/machine | |
parent | e31e44ee5b26166e3955cddbd4c1ea9a3997eeb1 (diff) |
linux-davinci git: update dm355-leopard defconfig
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/davinci.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 0f6123a359..a42ee7ea52 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -1,14 +1,13 @@ require conf/machine/include/tune-arm926ejs.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r6" +MACHINE_KERNEL_PR = "r7" TARGET_ARCH = "arm" KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_VERSION_u-boot = "git" UBOOT_MACHINE = "davinci_dvevm_config" |