From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:15:33 -0800 Subject: [U-Boot] [U-Boot, v2] powerpc/t104xrdb: Update T1042RDB.h in config folder In-Reply-To: <1390813915-7756-1-git-send-email-prabhakar@freescale.com> References: <1390813915-7756-1-git-send-email-prabhakar@freescale.com> Message-ID: <52EFF8E5.8060902@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 01:11 AM, Prabhakar Kushwaha 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: Prabhakar Kushwaha > > --- > Changes for v2: > correct usb1 string for ; Applied to u-boot-mpc85xx master branch. York