diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-15 15:01:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | c3da2412bbd349c5d58de988824351f7cdead507 (patch) | |
tree | c677eb5f849ea67cd0d0add7fc00581062ae240c /conf/machine | |
parent | 7176279b74b61c8b6144c2d14b9e97560a60fb00 (diff) |
linux-omap-psp: Update AM3517 to latest kernel + defconfig + add ehci patch
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 89a0f2b15e..33e9d65eee 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r57" +MACHINE_KERNEL_PR = "r60" KERNEL_IMAGETYPE = "uImage" |