public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MPC8349ITX: support of DDR > 256MB
@ 2009-02-04 15:42 Valeriy Glushkov
  0 siblings, 0 replies; only message in thread
From: Valeriy Glushkov @ 2009-02-04 15:42 UTC (permalink / raw)
  To: u-boot

The previous version rebooted forever with DDR bigger 256MB.

Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
---
 include/configs/MPC8349ITX.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h
index 14cbc45..3f87f0f 100644
--- a/include/configs/MPC8349ITX.h
+++ b/include/configs/MPC8349ITX.h
@@ -158,6 +158,9 @@
 #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL	(DDR_SDRAM_CLK_CNTL_SS_EN | \
 				DDR_SDRAM_CLK_CNTL_CLK_ADJUST_075)
 
+#define CONFIG_VERY_BIG_RAM
+#define CONFIG_MAX_MEM_MAPPED   ((phys_size_t)256 << 20)
+
 #ifdef CONFIG_HARD_I2C
 #define CONFIG_SPD_EEPROM		/* use SPD EEPROM for DDR setup*/
 #endif
-- 
1.5.2.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-04 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 15:42 [U-Boot] [PATCH] MPC8349ITX: support of DDR > 256MB Valeriy Glushkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox