Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
We do not want to compile the DM remove code for SPL.  Currently,
we undef it in include/config_uncmd_spl.h (for C files) and in
scripts/Makefile.uncmd_spl (for Makefiles).  This is really ugly.

This commit demonstrates how we can deprecate those two files.

Use $(SPL_) for the entry in the Makfile and CONFIG_IS_ENABLED()
in C files.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-08-18 13:46:04 -04:00
..
2015-07-27 15:01:53 -04:00
2014-11-12 13:25:42 -05:00
2014-11-12 13:25:42 -05:00
2014-07-30 08:48:03 -04:00
2015-07-27 15:01:54 -04:00
2015-07-27 15:01:54 -04:00
2014-11-12 13:25:42 -05:00
2014-08-21 12:01:11 -04:00