diff options
author | Wolfgang Denk <wd@denx.de> | 2007-07-05 17:56:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-05 17:56:27 +0200 |
commit | e4dbe1b215f5c6c462e76909d240bd96472b84de (patch) | |
tree | 6d6d14117cee83f9282a0c83b2c0f842c0a33f8e /include/configs/ZPC1900.h | |
parent | b6b4684546809f89c8bac72863ca49b5fd8ac0cd (diff) | |
download | u-boot-imx-e4dbe1b215f5c6c462e76909d240bd96472b84de.zip u-boot-imx-e4dbe1b215f5c6c462e76909d240bd96472b84de.tar.gz u-boot-imx-e4dbe1b215f5c6c462e76909d240bd96472b84de.tar.bz2 |
Fixing some typos etc. introduced mainly by cfg patches.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/ZPC1900.h')
-rw-r--r-- | include/configs/ZPC1900.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/ZPC1900.h b/include/configs/ZPC1900.h index a5085cf..2b02fe7 100644 --- a/include/configs/ZPC1900.h +++ b/include/configs/ZPC1900.h @@ -248,18 +248,18 @@ #define CFG_LSRT 0x0F #define CFG_MPTPR 0x4000 -#define CFG_PSDRAM_BR CFG_SDRAM_BASE | 0x00000041 +#define CFG_PSDRAM_BR (CFG_SDRAM_BASE | 0x00000041) #define CFG_PSDRAM_OR 0xFC0028C0 -#define CFG_LSDRAM_BR CFG_LSDRAM_BASE | 0x00001861 +#define CFG_LSDRAM_BR (CFG_LSDRAM_BASE | 0x00001861) #define CFG_LSDRAM_OR 0xFF803480 -#define CFG_BR0_PRELIM CFG_FLASH_BASE | 0x00000801 +#define CFG_BR0_PRELIM (CFG_FLASH_BASE | 0x00000801) #define CFG_OR0_PRELIM 0xFFE00856 -#define CFG_BR5_PRELIM CFG_EEPROM | 0x00000801 +#define CFG_BR5_PRELIM (CFG_EEPROM | 0x00000801) #define CFG_OR5_PRELIM 0xFFFF03F6 -#define CFG_BR6_PRELIM CFG_FLSIMM_BASE | 0x00001801 +#define CFG_BR6_PRELIM (CFG_FLSIMM_BASE | 0x00001801) #define CFG_OR6_PRELIM 0xFF000856 -#define CFG_BR7_PRELIM CFG_BCSR | 0x00000801 +#define CFG_BR7_PRELIM (CFG_BCSR | 0x00000801) #define CFG_OR7_PRELIM 0xFFFF83F6 #define CFG_RESET_ADDRESS 0xC0000000 |