mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 09:01:35 +00:00
rockchip: Include stdint header in plat_sip_calls.c
This includes the stdint header to declare the various types used within the file, preventing build errors with recent GCC versions. Change-Id: I9e7e92bb31deb58d4ff2732067dd88b53124bcc9 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <plat_sip_calls.h>
|
||||
#include <rockchip_sip_svc.h>
|
||||
#include <runtime_svc.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define RK_SIP_DDR_CFG 0x82000008
|
||||
#define DRAM_INIT 0x00
|
||||
|
||||
Reference in New Issue
Block a user