diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2015-01-19 17:26:45 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-01-22 11:03:18 +0100 |
commit | f77dd6d7dbe42cee2b03d1b4c8b34ceb15643174 (patch) | |
tree | cdd1d953b0fa16866b0fc62f0919d2e215a6ac08 /include/configs/ot1200.h | |
parent | 8551b3661c6baf547c4c046864dd5001a95778b0 (diff) | |
download | u-boot-f77dd6d7dbe42cee2b03d1b4c8b34ceb15643174.tar.gz |
ot1200: make use of imx_ddr_size(..)
To support different ddr3 memory sizes we should start using
imx_ddr_size(..) instead of the define PHYS_SDRAM_SIZE.
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 255c933baa..97ee664e20 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -159,7 +159,6 @@ /* Physical Memory Map */ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR -#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR |