Home
last modified time | relevance | path

Searched hist:"1 b8220aa2ab09d936c427dae84b40edf51c8b194" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.c1b8220aa2ab09d936c427dae84b40edf51c8b194 Mon Mar 20 11:51:50 UTC 2017 Stefan Roese <sr@denx.de> arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()

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@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>