8e380c1c9c0bd1730ae3838f2edda16d791feb99
[openwrt-10.03/.git] / target / linux / ppc40x / patches / 003-powerpc-add-EBC_BXCR_BW-defines.patch
1 --- a/arch/powerpc/boot/dcr.h
2 +++ b/arch/powerpc/boot/dcr.h
3 @@ -57,6 +57,9 @@ static const unsigned long sdram_bxcr[] 
4  #define              EBC_BXCR_BU_WO                                  0x00010000
5  #define              EBC_BXCR_BU_RW                                  0x00018000
6  #define            EBC_BXCR_BW                                     0x00006000
7 +#define              EBC_BXCR_BW_8                                   0x00000000
8 +#define              EBC_BXCR_BW_16                                  0x00002000
9 +#define              EBC_BXCR_BW_32                                  0x00006000
10  #define   EBC_B0AP                                       0x10
11  #define   EBC_B1AP                                       0x11
12  #define   EBC_B2AP                                       0x12