Re: [PATCH 1/4] fastboot: add support to set fastboot_bbu from board code

2024-03-15 Thread Sascha Hauer
On Wed, 13 Mar 2024 20:56:03 +0100, Marco Felsch wrote: > Add a helper to set the fastboot_bbu variable to be independent of the > initlevel. > > Applied, thanks! [1/4] fastboot: add support to set fastboot_bbu from board code

[PATCH 1/4] fastboot: add support to set fastboot_bbu from board code

2024-03-13 Thread Marco Felsch
Add a helper to set the fastboot_bbu variable to be independent of the initlevel. Signed-off-by: Marco Felsch --- common/fastboot.c | 5 + include/fastboot.h | 5 + 2 files changed, 10 insertions(+) diff --git a/common/fastboot.c b/common/fastboot.c index 261283d50a3a..da55e9c2577f