diff options
author | wdenk <wdenk> | 2003-03-26 11:42:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-26 11:42:53 +0000 |
commit | ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a (patch) | |
tree | 36654d13ca2b52408810f905ccbb3143cb82ce1a /include/configs/CPCI4052.h | |
parent | 2a46cabd77eb8b94c6cbb59ee65afbf29815ba41 (diff) |
Make compile clean, fix the usual small problems.LABEL_2003_03_26_1300
Diffstat (limited to 'include/configs/CPCI4052.h')
-rw-r--r-- | include/configs/CPCI4052.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index 48f410e3f79..843115c538c 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -303,7 +303,7 @@ #define CFG_EBC_PB3CR 0xF011A000 /* BAS=0xF01,BS=1MB,BU=R/W,BW=16bit */ /* Memory Bank 4 (NVRAM/RTC) initialization */ -//#define CFG_EBC_PB4AP 0x01805280 /* TWT=3,WBN=1,WBF=1,TH=1,SOR=1 */ +/*#define CFG_EBC_PB4AP 0x01805280 / * TWT=3,WBN=1,WBF=1,TH=1,SOR=1 */ #define CFG_EBC_PB4AP 0x01805680 /* TWT=3,WBN=1,WBF=1,TH=3,SOR=1 */ #define CFG_EBC_PB4CR 0xF0218000 /* BAS=0xF02,BS=1MB,BU=R/W,BW=8bit */ |