From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 30 Oct 2015 15:13:33 +0100 Subject: [U-Boot] [PATCH 1/1] imx: mx6sabresd discard PHYS_SDRAM_SIZE In-Reply-To: <1444903560-7240-1-git-send-email-Peng.Fan@freescale.com> References: <1444903560-7240-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <56337B0D.40207@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15/10/2015 12:05, Peng Fan wrote: > This macro is not needed, since gd->ram_size is assigned value using > function imx_ddr_size(). > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Fabio Estevam > --- > 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 */ > > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================