diff options
author | Roger Monk <r-monk@ti.com> | 2010-08-27 17:25:53 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2010-08-30 09:32:35 +0200 |
commit | 8dd16b11ebf4056881b69c9545dff0d367004890 (patch) | |
tree | 4e08acfea2063264e983058fce2b0357bc601d86 /conf/machine/include/davinci.inc | |
parent | d8d7662d2774747dc3011927121bd771e87c180f (diff) |
linux-davinci: Add patches to disable NAND SUBPAGE on da850-omapl138-evm/hawkboard
* NAND SUBPAGE seen to give problems with UBIFS
* Workaround identified by Caglar
* Applied configuration locally here to board files
* Add Initial UBI settings to da850-omapl138 machine
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf/machine/include/davinci.inc')
-rw-r--r-- | conf/machine/include/davinci.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 79c001f879..a9a137c647 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-arm926ejs.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r46" +MACHINE_KERNEL_PR = "r47" TARGET_ARCH = "arm" |