diff options
author | Heiko Schocher <hs@denx.de> | 2008-09-10 11:15:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-10 11:20:27 +0200 |
commit | 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836 (patch) | |
tree | b8a737f6cb3c0dc225f6723a5052300af235e133 /include | |
parent | 3591293509e0c0bcf244b0f974775bff2e25697e (diff) |
muas3001: update BR4 settings
Also set up the port pins for using I2C.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-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 bc085b8b786..a13648b6efe 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) |