Re: [U-Boot] [PATCH v6 2/2] mx23evk: Add initial board support

2013-01-28 Thread Stefano Babic
On 23/01/2013 21:30, Otavio Salvador wrote: > The following features are supported: > * 128 MB DDR1 SDRAM > * DUART > * SD/MMC Card Socket > > Signed-off-by: Otavio Salvador > --- Applied (whole patchset) to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH v6 2/2] mx23evk: Add initial board support

2013-01-23 Thread Fabio Estevam
On Wed, Jan 23, 2013 at 6:30 PM, Otavio Salvador wrote: > The following features are supported: > * 128 MB DDR1 SDRAM > * DUART > * SD/MMC Card Socket > > Signed-off-by: Otavio Salvador Tested-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.

[U-Boot] [PATCH v6 2/2] mx23evk: Add initial board support

2013-01-23 Thread Otavio Salvador
The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador --- Changes in v6: - Remove 'saveenv' command as it is not need - Move environment settings to environment section - Use 1s boot delay Changes in v5: - Use 4bit bus for mmc C