]> git.sur5r.net Git - u-boot/commit
x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()
authorStefan Roese <sr@denx.de>
Mon, 24 Apr 2017 07:48:03 +0000 (09:48 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 17 May 2017 09:13:06 +0000 (17:13 +0800)
commit7025b05415ff97824266ce59b7f7915032ba6403
tree50600e68a8e1bbe5533d7fc4d2d2669f2574b210
parent426f99fa98c3725fe0ca1eb8438d1215a2c6bd6b
x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()

This patch adds a call to dm_remove_devices_flags() to
bootm_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>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bootm.c