diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/muas3001.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index bc085b8b7..a13648b6e 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.h @@ -395,7 +395,7 @@ #define CFG_IO_SIZE 1 #define CFG_BR4_PRELIM ((CFG_IO_BASE & BRx_BA_MSK) |\ - BRx_PS_32 | BRx_MS_GPCM_L | BRx_V) + BRx_PS_16 | BRx_MS_GPCM_L | BRx_V) #define CFG_OR4_PRELIM (0xfff80020) |