From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 02 Aug 2015 11:17:50 +0200 Subject: [U-Boot] [PATCH v3 12/15] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL In-Reply-To: <1437391715-1344-13-git-send-email-Peng.Fan@freescale.com> References: <1437391715-1344-1-git-send-email-Peng.Fan@freescale.com> <1437391715-1344-13-git-send-email-Peng.Fan@freescale.com> Message-ID: <55BDE03E.2060509@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 20/07/2015 13:28, Peng Fan wrote: > DRAM space starts from 0x80000000 for i.MX6UL, so need to > fix LOADADDR, SYS_TEXT_BASE. > > Signed-off-by: Peng Fan > --- > > Changes v3: > none > > Changes v2: > refine commit msg. > > include/configs/mx6_common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h > index ce43bd7..ef4cb68 100644 > --- a/include/configs/mx6_common.h > +++ b/include/configs/mx6_common.h > @@ -54,7 +54,7 @@ > #define CONFIG_REVISION_TAG > > /* Boot options */ > -#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL)) > +#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL)) > #define CONFIG_LOADADDR 0x82000000 > #ifndef CONFIG_SYS_TEXT_BASE > #define CONFIG_SYS_TEXT_BASE 0x87800000 > 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 =====================================================================