Re: [U-Boot] [PATCH 1/3] mxc_spi: move machine specifics into CPU headers

2012-01-31 Thread Jason Hui
Eric On Tue, Jan 31, 2012 at 3:52 AM, Eric Nelson eric.nel...@boundarydevices.com wrote: Move (E)CSPI register declarations into the imx-regs.h files for each supported CPU Introduce two new macros to control conditional setup     MXC_CSPI - Used for processors with the Configurable Serial

[U-Boot] [PATCH 1/3] mxc_spi: move machine specifics into CPU headers

2012-01-30 Thread Eric Nelson
Move (E)CSPI register declarations into the imx-regs.h files for each supported CPU Introduce two new macros to control conditional setup MXC_CSPI - Used for processors with the Configurable Serial Peripheral Interface (MX3x) MXC_ECSPI - For processors with Enhanced Configurable...