summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVanessa Maegima <vanessa.maegima@nxp.com>2016-06-08 18:17:54 (GMT)
committerStefano Babic <sbabic@denx.de>2016-07-12 15:58:48 (GMT)
commit369012e7e96761c1ac4ccb0cd9052c6f56468082 (patch)
tree0f8e0bfd5229912889788b08e3f53c7bef092f27 /include
parent876a25d289cf9ae6b052ea0dc61b7522e1dec4e1 (diff)
downloadu-boot-369012e7e96761c1ac4ccb0cd9052c6f56468082.tar.xz
mx6qsabreauto: Avoid hardcoded RAM size
Instead of passing the total RAM size via PHYS_SDRAM_SIZE option, we should better use imx_ddr_size() function, which automatically determines the RAM size. Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> Acked-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabreauto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h
index 6039fc4..200e468 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6qsabreauto.h
@@ -13,7 +13,6 @@
#define CONFIG_MXC_UART_BASE UART4_BASE
#define CONFIG_CONSOLE_DEV "ttymxc3"
#define CONFIG_MMCROOT "/dev/mmcblk0p2"
-#define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024)
/* USB Configs */
#define CONFIG_USB_EHCI