commit | 58d2232b5d2b66b5e3830341e67b680002da828f | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Fri Aug 17 10:42:55 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:27 2012 +0200 |
tree | f0abc9f273ff2de91c0bfd2cb927d4446a8b86dd | |
parent | 3a9af06d00061eaca9267be95d50cab59440b369 [diff] |
mx5/6: Fix cpu_mmc_init() return value Do not pretend to have initialized mmc successfully if CONFIG_FSL_ESDHC is not defined. Instead, only implement a custom cpu_mmc_init() when it does something. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>