diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-21 14:13:20 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:13 +0200 |
commit | f70f7569c09825f00c4f32a800130862501f525f (patch) | |
tree | 0b1f93165066aa0af61cf4f2e160b4e5295266b4 /conf | |
parent | 0d0ce350925d495b06b3316f9a96a64f0bcd1d80 (diff) |
omap3.inc: bump MACHINE_KERNEL_PR
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-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 f66444bb87..8fa730e740 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 = "r52" +MACHINE_KERNEL_PR = "r53" KERNEL_IMAGETYPE = "uImage" |