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
b1f97e41
"backend/vscode:/vscode.git/clone" did not exist on "0452f32003968dc1dab27b79da334b9bec79e3ae"
Commit
b1f97e41
authored
Feb 21, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Feb 21, 2020
Browse files
Merge "rockchip: fix definition of struct param_ddr_usage" into integration
parents
876b3849
11a0a46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/rockchip/common/drivers/parameter/ddr_parameter.h
View file @
b1f97e41
...
...
@@ -35,8 +35,8 @@ struct param_ddr_usage {
uint64_t
ns_top
[
DDR_REGION_NR_MAX
];
uint32_t
s_nr
;
uint64_t
s_base
[
DDR_REGION_NR_MAX
];
uint64_t
s_top
[
DDR_REGION_NR_MAX
];
uint64_t
s_base
[
DDR_REGION_NR_MAX
+
1
];
uint64_t
s_top
[
DDR_REGION_NR_MAX
+
1
];
};
struct
param_ddr_usage
ddr_region_usage_parse
(
uint64_t
addr
,
uint64_t
max_mb
);
...
...
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