riscv: Add board_quiesce_devices stub
authorAlexander Graf <agraf@suse.de>
Mon, 23 Apr 2018 05:59:46 +0000 (07:59 +0200)
committerAndes <uboot@andestech.com>
Tue, 29 May 2018 06:43:12 +0000 (14:43 +0800)
commitb66babda459e3862230f147048a4c65419e81e07
tree7cf6f490f28bf137e3d22095737c1ac4eb4e3a5c
parent493d1e88b676675e0c2a8614abcba0dcbb9befa4
riscv: Add board_quiesce_devices stub

This patch adds an empty stub for board_quiesce_devices() which allows boards
to quiesce their devices before we boot into an OS in a platform agnostic way.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/riscv/include/asm/u-boot-riscv.h
arch/riscv/lib/bootm.c