Browse Source

Merge pull request #1179 from paulkocialkowski/integration

rockchip: Include stdint header in plat_sip_calls.c
pull/1191/head
davidcunado-arm 7 years ago
committed by GitHub
parent
commit
49d7ea229a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plat/rockchip/rk3399/plat_sip_calls.c

1
plat/rockchip/rk3399/plat_sip_calls.c

@ -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

Loading…
Cancel
Save