diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-16 18:40:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-16 18:40:02 +0000 |
commit | e0ba83e32ecb3c016dd93b1e90e77476a2b691c6 (patch) | |
tree | 9dde739d3e08f8ffd9554a7137f97b71b8405016 /target/linux/ppc40x/patches/003-powerpc-add-EBC_BXCR_BW-defines.patch | |
parent | 15d344df50c16ac51fe50fd8e7d7954c875b7419 (diff) | |
download | mtk-20170518-e0ba83e32ecb3c016dd93b1e90e77476a2b691c6.zip mtk-20170518-e0ba83e32ecb3c016dd93b1e90e77476a2b691c6.tar.gz mtk-20170518-e0ba83e32ecb3c016dd93b1e90e77476a2b691c6.tar.bz2 |
ppc40x: add more EBC_BXCR defines
Cc: backfire@openwrt.org
SVN-Revision: 20930
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 8e380c1..0000000 --- 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 |