diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 12:33:34 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 12:33:34 +0200 |
commit | a35ce39b0da75981559123afe6aaac1a10f2bfc4 (patch) | |
tree | 1e3fb1de144ab8def51c8076e52d8a82be1359a1 /conf/machine/include/omap3.inc | |
parent | 8967b7d7c11bc420d6b63da1fe99fef5f82c64a0 (diff) |
kernel: changed defconfig so it has RTC as module; bumped MACHINE_KERNEL_PR
still needs testing of things like sgx, dsplink, cmem, dmai, sdma and friends before this can be made
the main/default version
Diffstat (limited to 'conf/machine/include/omap3.inc')
-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 d52bc99a7d..675249a064 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ 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 = "r46" +MACHINE_KERNEL_PR = "r47" KERNEL_IMAGETYPE = "uImage" |