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

2013-01-23 Thread Fabio Estevam
On Wed, Jan 23, 2013 at 12:40 PM, Otavio Salvador wrote: > +#defineMUX_CONFIG_SSP1 (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP) > +#defineMUX_CONFIG_GPMI (MXS_PAD_3V3 | MXS_PAD_4MA | MXS_PAD_NOPULL) Looks good now. Minor detail: MUX_CONFIG_GPM is not used anywhere, so it can be

[U-Boot] [PATCH v2 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 v2: - Add DUART in commitlog - Remove AUART MUX setup as it is unused - Remove wrong comment in mx23evk.h board config - Use single line comments in mx23evk.h bo