diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-10-27 19:19:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-10-27 19:19:07 +0000 |
commit | 7776a7ddeced2af1e6f4947120191fc45d5569a8 (patch) | |
tree | 47deb3e49078a3f3115ade9a9eae96c7d98b5473 /target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch | |
parent | b05072d30f048a9f943a8dc5755306cb24c036f0 (diff) | |
download | upstream-7776a7ddeced2af1e6f4947120191fc45d5569a8.tar.gz upstream-7776a7ddeced2af1e6f4947120191fc45d5569a8.tar.bz2 upstream-7776a7ddeced2af1e6f4947120191fc45d5569a8.zip |
remove 2.6.28 support from ppc40x
SVN-Revision: 18187
Diffstat (limited to 'target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch')
-rw-r--r-- | target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch b/target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch deleted file mode 100644 index 8e380c1c9c..0000000000 --- a/target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/arch/powerpc/boot/dcr.h -+++ b/arch/powerpc/boot/dcr.h -@@ -57,6 +57,9 @@ static const unsigned long sdram_bxcr[] - #define EBC_BXCR_BU_WO 0x00010000 - #define EBC_BXCR_BU_RW 0x00018000 - #define EBC_BXCR_BW 0x00006000 -+#define EBC_BXCR_BW_8 0x00000000 -+#define EBC_BXCR_BW_16 0x00002000 -+#define EBC_BXCR_BW_32 0x00006000 - #define EBC_B0AP 0x10 - #define EBC_B1AP 0x11 - #define EBC_B2AP 0x12 |