Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
4a410a3b
Unverified
Commit
4a410a3b
authored
Jun 14, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jun 14, 2018
Browse files
Merge pull request #1417 from paulkocialkowski/integration
rockchip: Move stdint header to the offending header file
parents
59c43463
fb83888b
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/rockchip/rk3399/drivers/dram/dfs.h
View file @
4a410a3b
...
...
@@ -7,6 +7,8 @@
#ifndef __SOC_ROCKCHIP_RK3399_DFS_H__
#define __SOC_ROCKCHIP_RK3399_DFS_H__
#include <stdint.h>
struct
rk3399_sdram_default_config
{
unsigned
char
bl
;
/* 1:auto precharge, 0:never auto precharge */
...
...
plat/rockchip/rk3399/plat_sip_calls.c
View file @
4a410a3b
...
...
@@ -11,7 +11,6 @@
#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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment