diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-08 03:47:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-08 03:47:45 +0000 |
commit | df6d07a8e6644e02304b4aa577d658000307c818 (patch) | |
tree | 2cac9de884213c07803f9ec3b636fd2196272282 /packages/linux/nslu2-kernel_2.6.14-rc3.bb | |
parent | cf6bb61067dbcf3511164209452c0b2e7600ffe1 (diff) |
nslu2-kernel_2.6.14-rc3.bb: better fix for LE flash access
patch "packages/linux/nslu2-kernel/2.6.14/10-ixp4xx-copy-from.patch"
Change to use the cfi16 APIs to byte swap the 16 bit values read from
the flash as required.
patch "packages/linux/nslu2-kernel/2.6.14/defconfig"
patch "packages/linux/openslug-kernel-2.6.14-rc3/defconfig"
Change to switch on BIG_ENDIAN for the flash.
patch "packages/linux/nslu2-kernel_2.6.14-rc3.bb"
New revision
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc3.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc3.bb b/packages/linux/nslu2-kernel_2.6.14-rc3.bb index c59c0db385..549128f064 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc3.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc3.bb @@ -8,7 +8,7 @@ PR_CONFIG = "0" # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r2.${PR_CONFIG}" +PR = "r3.${PR_CONFIG}" include nslu2-kernel.inc |