diff options
author | Prabhu Sundararaj <prabhu.sundararaj@freescale.com> | 2011-12-07 12:13:29 -0500 |
---|---|---|
committer | Prabhu Sundararaj <prabhu.sundararaj@freescale.com> | 2011-12-12 14:20:18 -0500 |
commit | c9de95a0d73ffdc539ceb77bbf61252a00a819ff (patch) | |
tree | 0b629811d35d0f237c88427252a5551b878c222e /include/configs | |
parent | 05a7baee9f0e0f2a9e1a504eb13dcb8fa772761c (diff) | |
download | u-boot-imx-c9de95a0d73ffdc539ceb77bbf61252a00a819ff.zip u-boot-imx-c9de95a0d73ffdc539ceb77bbf61252a00a819ff.tar.gz u-boot-imx-c9de95a0d73ffdc539ceb77bbf61252a00a819ff.tar.bz2 |
ENGR00169741 UBOOT : DDR3 initialization based on the MX6Q ARD
Fix for DDR3 initialization based on the MX6Q ARD. This will
reflect 2GB of RAM onboard.
Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6q_sabreauto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h index 38744a6..0043f9b 100644 --- a/include/configs/mx6q_sabreauto.h +++ b/include/configs/mx6q_sabreauto.h @@ -137,7 +137,7 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "MX6Q ARM2 U-Boot > " +#define CONFIG_SYS_PROMPT "MX6Q SABREAUTO U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ /* Print Buffer Size */ @@ -278,7 +278,7 @@ */ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM_1 CSD0_DDR_BASE_ADDR -#define PHYS_SDRAM_1_SIZE (1u * 1024 * 1024 * 1024) +#define PHYS_SDRAM_1_SIZE (2u * 1024 * 1024 * 1024) #define iomem_valid_addr(addr, size) \ (addr >= PHYS_SDRAM_1 && addr <= (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE)) |