[U-Boot] [PATCH v2 12/15] dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Tom Rini
trini at konsulko.com
Sat Aug 1 16:48:42 CEST 2015
On Sat, Aug 01, 2015 at 10:14:42PM +0900, Masahiro Yamada wrote:
> 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 at socionext.com>
Reviewed-by: Tom Rini <trini at konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150801/99d08e3e/attachment.sig>
More information about the U-Boot
mailing list