diff options
| author | Kumar Gala <[email protected]> | 2009-02-06 09:56:35 -0600 |
|---|---|---|
| committer | Andy Fleming <[email protected]> | 2009-02-16 18:05:51 -0600 |
| commit | f8523cb0815b2d3d2d780b7d49ca614105555f58 (patch) | |
| tree | 206a783a630f0878ad49977dfe712219bfd4e957 /include/configs | |
| parent | 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3 (diff) | |
85xx: Fix how we map DDR memory
Previously we only allowed power-of-two memory sizes and didnt
handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
and should properly handle any size that we can make in the TLBs
we have available to us
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/MPC8572DS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index ac0a4641e9e..a2360d8708f 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -103,6 +103,7 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); /* DDR Setup */ #define CONFIG_SYS_DDR_TLB_START 9 +#define CONFIG_VERY_BIG_RAM #define CONFIG_FSL_DDR2 #undef CONFIG_FSL_DDR_INTERACTIVE #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ |
