commit | 7ea64b049342a4ed14ced9c9487d4cb9ff6afedf | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 23 07:59:46 2018 +0200 |
committer | Andes <uboot@andestech.com> | Tue May 29 14:43:12 2018 +0800 |
tree | 7cf6f490f28bf137e3d22095737c1ac4eb4e3a5c | |
parent | 31bdde939a9b8ba6deabfb496d371bb647eb6ff9 [diff] |
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>