From 329da4850c61994b83c025da68e1966a1259fd00 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 16 May 2018 09:42:25 -0600 Subject: Define board_quiesce_devices() in a shared location This undocumented function relies on arch-specific code to declare a nop weak version. Add the weak function in common code instead to avoid having to duplicate the same function in each arch. Signed-off-by: Simon Glass Signed-off-by: Alexander Graf --- include/bootm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/bootm.h') diff --git a/include/bootm.h b/include/bootm.h index 9e42e17987..9f7956d2e3 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -72,4 +72,6 @@ int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, void *load_buf, void *image_buf, ulong image_len, uint unc_len, ulong *load_end); +void board_quiesce_devices(void); + #endif -- cgit v1.2.3