Re: [U-Boot] [v3] mmc: fsl_esdhc: set Abort command type for CMD12

2016-01-27 Thread york sun
On 01/21/2016 01:41 AM, Yangbo Lu wrote: > According to SD spec, CMD12, CMD52 for writing I/O abort in CCCR need > to be set an Abort command type when they are sent. So, we remove all > chip-specific #ifdefs and make it available for all platforms. > > Signed-off-by: Yangbo Lu

[U-Boot] [v3] mmc: fsl_esdhc: set Abort command type for CMD12

2016-01-21 Thread Yangbo Lu
According to SD spec, CMD12, CMD52 for writing I/O abort in CCCR need to be set an Abort command type when they are sent. So, we remove all chip-specific #ifdefs and make it available for all platforms. Signed-off-by: Yangbo Lu --- Changes for v2: - Removed fix for