diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-13 14:24:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-13 14:26:03 +0200 |
commit | 155bf8bbaebb49d68219d3ccb3a3174697a0d363 (patch) | |
tree | 5f8f22459ac47b613544a95984bebf77a52419e6 /conf/machine | |
parent | b2e5ed3a547523f928fdcccf43effded538eba83 (diff) |
linux-omap-zoomsync: add patch to add more options to detect silicon at runtime (needed for recent SGX drivers)
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 ba2a4935fa..de82901b51 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 = "r69" +MACHINE_KERNEL_PR = "r70" KERNEL_IMAGETYPE = "uImage" |