[U-Boot] [PATCH 3/4 v2] arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()

Simon Glass sjg at chromium.org
Wed Apr 5 03:27:57 UTC 2017


On 20 March 2017 at 05:51, Stefan Roese <sr at denx.de> wrote:
> This patch adds a call to dm_remove_devices_flags() to
> announce_and_cleanup() so that drivers that have one of the removal flags
> set (e.g. DM_FLAG_ACTIVE_DMA_REMOVE) in their driver struct, may do some
> last-stage cleanup before the OS is started.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> v2:
> - Added Simons Reviewed-by
>
>  arch/arm/lib/bootm.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list