Re: [U-Boot] [PATCH v2 17/19] drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig

2018-10-10 Thread Simon Glass
On 5 October 2018 at 10:45, Jean-Jacques Hiblot wrote: > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v2: None > > drivers/core/Kconfig | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass But please always add a commit message: -

[U-Boot] [PATCH v2 17/19] drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig

2018-10-05 Thread Jean-Jacques Hiblot
Signed-off-by: Jean-Jacques Hiblot --- Changes in v2: None drivers/core/Kconfig | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index e8ba20c..046b87a 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@