diff options
| author | Tom Rini <trini@konsulko.com> | 2026-02-25 08:48:54 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-02-25 08:48:54 -0600 |
| commit | 78ea226ddb2aa56cd6d8c034ff34df74d210edd5 (patch) | |
| tree | 225214277e78fff7f031d461ba207323fe451b8a /arch/arm/mach-stm32mp/include/mach/stm32prog.h | |
| parent | 0b2939464feef001e4d4b69578f29a7a4d572fcd (diff) | |
| parent | c61d6f67f46f05149182b33c3c0ba5d9b6b46889 (diff) | |
Merge tag 'u-boot-stm32-20260224' of https://source.denx.de/u-boot/custodians/u-boot-stm
STM32 update:
_ Add STM32MP21 support (board, machine, cmd_stm32key, cmd_stboard, rifsc)
_ pinctrl: stm32 : various update
_ stm32prog: clean stm32prog_data struct
_ stm32mp2: Fix array bound check in setup_boot_mode()
_ stm32mp2: Update dynamically DDR size in MMU table
_ rifsc: various fixes
Diffstat (limited to 'arch/arm/mach-stm32mp/include/mach/stm32prog.h')
| -rw-r--r-- | arch/arm/mach-stm32mp/include/mach/stm32prog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32prog.h b/arch/arm/mach-stm32mp/include/mach/stm32prog.h index 23d1adfbad9..c10bff09c84 100644 --- a/arch/arm/mach-stm32mp/include/mach/stm32prog.h +++ b/arch/arm/mach-stm32mp/include/mach/stm32prog.h @@ -10,5 +10,3 @@ int stm32prog_write_medium_virt(struct dfu_entity *dfu, u64 offset, int stm32prog_read_medium_virt(struct dfu_entity *dfu, u64 offset, void *buf, long *len); int stm32prog_get_medium_size_virt(struct dfu_entity *dfu, u64 *size); - -bool stm32prog_get_fsbl_nor(void); |
