From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:14:35 -0800 Subject: [U-Boot] [U-Boot, v2] powerpc/t104xrdb: Update T1040RDB.h in config folder In-Reply-To: <1390811831-17752-1-git-send-email-Priyanka.Jain@freescale.com> References: <1390811831-17752-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <52EFF8AB.7040309@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 01/27/2014 12:37 AM, Priyanka Jain wrote: > -Add usb2 node entry in "hwconfig string" > > -Remove controller interleaving from hwconfig string as T1040 > has only one DDR conroller > > -SPI related macros which were earlier under #ifdef CONFIG_SPIFLASH > are move outside so that they are defined for all cases as these > macros are also used by other u-boot code > > -Add CONFIG_SYS_CSPR2_EXT to make cpld accessible in u-boot > > Signed-off-by: Poonam Aggrwal > Signed-off-by: Priyanka Jain > > --- > Changes for v2: > correct usb1 string for ; > Applied to u-boot-mpc85xx master branch. York