]> git.baikalelectronics.ru Git - uboot.git/commit
arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()
authorStefan Roese <sr@denx.de>
Mon, 20 Mar 2017 11:51:50 +0000 (12:51 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:15:10 +0000 (20:15 -0600)
commit5a53335e9ecb4bf887a9b80b6478363b2d262f39
treeeeb02add123b8021265689b93819b11f4c2d240c
parentcc74ca7024552cdcae26cceeed9d1dadf728aa80
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>
arch/arm/lib/bootm.c