From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 4 Dec 2013 15:43:46 -0800 Subject: [U-Boot] [PATCH] powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE In-Reply-To: <1386138065-9366-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1386138065-9366-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <529FBE32.5080000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/03/2013 10:21 PM, Shengzhou Liu wrote: > Usually CONFIG_FSL_DDR_INTERACTIVE feature is used for debug. > we would not enable this by default to save the limited space of u-boot. > > This avoid following compiling error: > section .bootpg loaded at [00000000effff000,00000000effff577] overlap ssection > .data loaded at [00000000efff31b8,00000000f00010c7] > u-boot: section .bootpg lma 0xeffff000 adjusted to 0xf00010c8 > > Signed-off-by: Shengzhou Liu > --- Applied to u-boot-mpc85xx/master. Thanks. York