public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] imx: mx6sabresd discard PHYS_SDRAM_SIZE
@ 2015-10-15 10:05 Peng Fan
  2015-10-15 10:05 ` [U-Boot] [PATCH 1/1] imx: mx6sabresd: add i.MX6DQP Sabresd support Peng Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peng Fan @ 2015-10-15 10:05 UTC (permalink / raw)
  To: u-boot

This macro is not needed, since gd->ram_size is assigned value using
function imx_ddr_size().

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6sabresd.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index e9e3b27..bfc4f61 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -19,7 +19,6 @@
 #define CONFIG_MXC_UART_BASE	UART1_BASE
 #define CONFIG_CONSOLE_DEV		"ttymxc0"
 #define CONFIG_MMCROOT			"/dev/mmcblk1p2"
-#define PHYS_SDRAM_SIZE		(1u * 1024 * 1024 * 1024)
 
 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
 
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-30 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 10:05 [U-Boot] [PATCH 1/1] imx: mx6sabresd discard PHYS_SDRAM_SIZE Peng Fan
2015-10-15 10:05 ` [U-Boot] [PATCH 1/1] imx: mx6sabresd: add i.MX6DQP Sabresd support Peng Fan
2015-10-30 14:16   ` Stefano Babic
2015-10-15 10:06 ` [U-Boot] [PATCH 1/1] imx: ddr: drop duplicated debug info Peng Fan
2015-10-15 12:24 ` [U-Boot] [PATCH 1/1] imx: mx6sabresd discard PHYS_SDRAM_SIZE Fabio Estevam
2015-10-30 14:13 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox