diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-02-04 11:03:20 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-02-22 16:21:02 +0100 |
commit | d9f317fd0d46beebeeeb5be8f3c7d925ed6174fd (patch) | |
tree | 871b811cee8f908954b6802bbec40f5a578b9da6 /include/configs/zynq_microzed.h | |
parent | ce0335f2b49967e707ac3cf237be878c9081d931 (diff) | |
download | u-boot-imx-d9f317fd0d46beebeeeb5be8f3c7d925ed6174fd.zip u-boot-imx-d9f317fd0d46beebeeeb5be8f3c7d925ed6174fd.tar.gz u-boot-imx-d9f317fd0d46beebeeeb5be8f3c7d925ed6174fd.tar.bz2 |
ARM: zynq: Read memory size setting from DT
OF_CONTROL is setup by default and memory reading is done via DT. Remove
all config files with memory references.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_microzed.h')
-rw-r--r-- | include/configs/zynq_microzed.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq_microzed.h b/include/configs/zynq_microzed.h index 7396ff9..e66088d 100644 --- a/include/configs/zynq_microzed.h +++ b/include/configs/zynq_microzed.h @@ -10,8 +10,6 @@ #ifndef __CONFIG_ZYNQ_MICROZED_H #define __CONFIG_ZYNQ_MICROZED_H -#define CONFIG_SYS_SDRAM_SIZE (1024 * 1024 * 1024) - #define CONFIG_SYS_NO_FLASH #include <configs/zynq-common.h> |