diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:47 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:47 +1100 |
commit | c083e4bab1679814969405dbde9b75b8b97cf850 (patch) | |
tree | de5d182a92652556e1984302a2e72861ae77e750 /include/configs/eNET.h | |
parent | 420c7c054bb14b79a4722a6f78fc5ccd202c6df6 (diff) |
eNET: Rearrange PAR assignments
Diffstat (limited to 'include/configs/eNET.h')
-rw-r--r-- | include/configs/eNET.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index efdc16867e0..faeb52f56f4 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -614,21 +614,6 @@ */ #define CONFIG_SYS_SC520_DPRAM_PAR 0x50018100 -/*----------------------------------------------------------------------- - * PAR for SDRAM - 128MB @ 0x00000000 - * 111 0 0 0 1 11111111111 00000000000000 }- 0xe3ffc000 - * \ / | | | | \----+----/ \-----+------/ - * | | | | | | +---------- Start at 0x00000000 - * | | | | | +----------------------- 128MB Region Size - * | | | | | ((2047 + 1) * 64kB) - * | | | | +------------------------------ 64kB Page Size - * | | | +-------------------------------- Writes Enabled - * | | +---------------------------------- Caching Enabled - * | +------------------------------------ Execution Enabled - * +--------------------------------------- SDRAM - */ -#define CONFIG_SYS_SC520_SDRAM_PAR 0xe3ffc000 - #ifndef __ASSEMBLER__ extern unsigned long ip; |