mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
ARM: stm32: Add missing header for save_boot_params
The get_stm32mp_rom_api_table() function is defined in sys_params.h ,
add the missing header to avoid compiler warning.
Fixes: dbeaca79b7
("ARM: stm32: Factor out save_boot_params")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
2d158d3c38
commit
9af2ec18b4
@ -5,6 +5,7 @@
|
|||||||
* Implements ECDSA signature verification via the STM32MP ROM.
|
* Implements ECDSA signature verification via the STM32MP ROM.
|
||||||
*/
|
*/
|
||||||
#include <asm/system.h>
|
#include <asm/system.h>
|
||||||
|
#include <asm/arch/sys_proto.h>
|
||||||
#include <dm/device.h>
|
#include <dm/device.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <u-boot/ecdsa.h>
|
#include <u-boot/ecdsa.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user