summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches/101-powerpc-add-EBC_BXCR_BW-defines.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-20 08:11:07 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-20 08:11:07 +0000
commitc2fd5acd2e1955f36aa43aa0fa66ac3034dd5d33 (patch)
tree39bfc195bc5e57b4252f29b74d71bad51de3b5db /target/linux/ppc40x/patches/101-powerpc-add-EBC_BXCR_BW-defines.patch
parent23651be81bd6018373f0d0a79dc794fb2695a373 (diff)
[ppc40x] merge 2.6.28 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16929 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches/101-powerpc-add-EBC_BXCR_BW-defines.patch')
-rw-r--r--target/linux/ppc40x/patches/101-powerpc-add-EBC_BXCR_BW-defines.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ppc40x/patches/101-powerpc-add-EBC_BXCR_BW-defines.patch b/target/linux/ppc40x/patches/101-powerpc-add-EBC_BXCR_BW-defines.patch
deleted file mode 100644
index 8e380c1c9..000000000
--- a/target/linux/ppc40x/patches/101-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