diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2016-01-04 11:03:44 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-01-25 08:24:14 -0800 |
commit | 58e4ad1deee26425a6e0623481a0ced6a0c2db4e (patch) | |
tree | b716ef73cee557a0eff1ee05a59d21467c23994f /include | |
parent | 0d3972cfcd6dff18d110d2ee01ad99e3623bfd45 (diff) | |
download | u-boot-imx-58e4ad1deee26425a6e0623481a0ced6a0c2db4e.zip u-boot-imx-58e4ad1deee26425a6e0623481a0ced6a0c2db4e.tar.gz u-boot-imx-58e4ad1deee26425a6e0623481a0ced6a0c2db4e.tar.bz2 |
armv8/ls1043aqds: Add support for >2GB memory
This patch also exposes the complete DDR region(s) to Linux.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1043aqds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 398f1c3..02247b3 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -33,7 +33,7 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_DIMM_SLOTS_PER_CTLR 1 /* Physical Memory Map */ #define CONFIG_CHIP_SELECTS_PER_CTRL 4 -#define CONFIG_NR_DRAM_BANKS 1 +#define CONFIG_NR_DRAM_BANKS 2 #define CONFIG_DDR_SPD #define SPD_EEPROM_ADDRESS 0x51 |