From c90e2677e1113027e281925f65356c523d55dfc6 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 2 Dec 2017 16:41:38 +0100 Subject: [PATCH] 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 --- plat/rockchip/rk3399/plat_sip_calls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plat/rockchip/rk3399/plat_sip_calls.c b/plat/rockchip/rk3399/plat_sip_calls.c index 074dc193f..2fbda6730 100644 --- a/plat/rockchip/rk3399/plat_sip_calls.c +++ b/plat/rockchip/rk3399/plat_sip_calls.c @@ -11,6 +11,7 @@ #include #include #include +#include #define RK_SIP_DDR_CFG 0x82000008 #define DRAM_INIT 0x00 -- 2.39.5