Files
u-boot-tk1-som/drivers
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:53:52 -07:00
2015-08-18 13:45:55 -04:00
2015-04-10 14:23:23 +02:00
2015-08-17 18:49:43 +02:00
2015-05-26 14:13:12 +02:00
2015-08-18 13:45:57 -04:00
2015-08-14 16:27:16 -04:00
2015-07-21 17:39:29 -06:00