u-boot-brain/arch/riscv
Bin Meng b1893a9e0d riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
This adds a call to dm_remove_devices_flags() to do_bootm_linux()
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.

arm and x86 already did such, and we should do the same for riscv.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-11-14 09:16:27 -08:00
..
cpu riscv: Move do_reset() to a common place 2018-10-03 17:48:43 +08:00
dts riscv: ae350: Clean up mixed tabs and spaces in the dts 2018-10-03 17:48:19 +08:00
include/asm riscv: Remove CSR read/write defines in encoding.h 2018-10-03 17:48:02 +08:00
lib riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() 2018-11-14 09:16:27 -08:00
config.mk riscv: allow native compilation 2018-10-03 17:49:44 +08:00
Kconfig riscv: Add QEMU virt board support 2018-10-03 17:48:37 +08:00
Makefile riscv: Make start.S available for all targets 2018-10-03 17:48:14 +08:00