commit | 8ab5a1bb59951748d336de17f2444f91587ef68d | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Mar 20 12:51:50 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:15:10 2017 -0600 |
tree | eeb02add123b8021265689b93819b11f4c2d240c | |
parent | 505045dd18fe8fb2edda15c7c607455cf06e7b6d [diff] |
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>