diff options
| author | Tom Rini <[email protected]> | 2026-09-02 10:07:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-09-02 10:07:43 -0600 |
| commit | 97507782fefad29703baeaf7d06e6bb63165652b (patch) | |
| tree | 8be9920dfb26d05b09b98c3fcc8ba1a472983db6 | |
| parent | cc8c034e78eba6b2a3845783889b80753bb1af1e (diff) | |
| parent | 036aca606c77908290913ebf57cafc42d8524f67 (diff) | |
Merge tag 'u-boot-stm32-20260902' of https://git.u-boot-project.org/u-boot/custodians/u-boot-stm
STM32MP:
- Fix compilation when CONFIG_FWU_MULTI_BANK_UPDATE flag is enabled
| -rw-r--r-- | board/st/common/stm32mp_fwu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/common/stm32mp_fwu.c b/board/st/common/stm32mp_fwu.c index ac7ca6bdca2..cff020a99bb 100644 --- a/board/st/common/stm32mp_fwu.c +++ b/board/st/common/stm32mp_fwu.c @@ -3,9 +3,11 @@ * Copyright (C) 2026 Amarula Solutions, Dario Binacchi <[email protected]> */ +#include <env.h> #include <fwu.h> #include <part_efi.h> #include <asm/io.h> +#include <asm/arch/stm32.h> /** * fwu_plat_get_bootidx() - Get the value of the boot index * @boot_idx: Boot index value |
