]> git.baikalelectronics.ru Git - uboot.git/commit
Define board_quiesce_devices() in a shared location
authorSimon Glass <sjg@chromium.org>
Wed, 16 May 2018 15:42:25 +0000 (09:42 -0600)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:21 +0000 (15:27 +0200)
commit5f2f4c37143508b9569c6c0f2796d24c27cdcf83
tree90f772d0442b2d50e0cd827c3bbfe596c5c74905
parenta99cd7b38077cfb3fd64c55cc2072929268c2a7b
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 <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/include/asm/u-boot-arm.h
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/bootm.c
common/bootm.c
include/bootm.h