Searched hist:"85 e51be9fb838eec68590cba991f07345fc07488" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/core/ |
H A D | Kconfig | diff 85e51be9fb838eec68590cba991f07345fc07488 Fri Dec 07 07:50:53 CST 2018 Jean-Jacques Hiblot <jjhiblot@ti.com> drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig
It is currently not possible to include the support to remove devices in the SPL. This is however needed by platforms that re-select their dtb after DM is initialized; they need to remove all the previously bound devices before triggering a scan of the new DT.
Add a Kconfig option to be able to include the support for device removal in the SPL.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Seeries-changes:3 - update commit message Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
|