-
- Downloads
dm: Allow device removal features to be dropped
For SPL we don't expect to need to remove a device. Save some code space by dropping this feature. The board config can define CONFIG_DM_DEVICE_REMOVE if this is in fact needed. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Tom Rini <trini@ti.com>
Showing
- drivers/core/Makefile 2 additions, 1 deletiondrivers/core/Makefile
- drivers/core/device-remove.c 187 additions, 0 deletionsdrivers/core/device-remove.c
- drivers/core/device.c 0 additions, 168 deletionsdrivers/core/device.c
- include/config_defaults.h 4 additions, 0 deletionsinclude/config_defaults.h
- include/dm/device-internal.h 10 additions, 0 deletionsinclude/dm/device-internal.h
Loading
Please register or sign in to comment