
19 Jan
2017
19 Jan
'17
2:57 p.m.
On 6 January 2017 at 12:09, Andrew F. Davis afd@ti.com wrote:
Print statements in SPL depend on lib/common support, so many such statements are ifdef'd, move the check to the common.h header and remove these inline checks.
Signed-off-by: Andrew F. Davis afd@ti.com
common/spl/spl.c | 2 -- common/spl/spl_ext.c | 8 -------- common/spl/spl_fat.c | 6 ------ common/spl/spl_fit.c | 4 ---- common/spl/spl_mmc.c | 18 ------------------ common/spl/spl_sata.c | 2 -- common/spl/spl_usb.c | 2 -- drivers/mmc/mmc.c | 10 ---------- drivers/mmc/mmc_legacy.c | 2 -- include/common.h | 3 ++- 10 files changed, 2 insertions(+), 55 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org