
25 Oct
2018
25 Oct
'18
5:30 a.m.
On 22 October 2018 at 08:12, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
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
Changes in v3: None Changes in v2: None
drivers/core/Kconfig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org