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
f5ae1b0e
Unverified
Commit
f5ae1b0e
authored
Nov 07, 2018
by
Soby Mathew
Committed by
GitHub
Nov 07, 2018
Browse files
Merge pull request #1672 from sandrine-bailleux-arm/sb/fix-dram-constants
Arm platforms: Fix DRAM address macros
parents
7558e85f
3d449de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/plat/arm/common/arm_def.h
View file @
f5ae1b0e
...
@@ -144,8 +144,8 @@
...
@@ -144,8 +144,8 @@
#define ARM_NS_DRAM1_END (ARM_NS_DRAM1_BASE + \
#define ARM_NS_DRAM1_END (ARM_NS_DRAM1_BASE + \
ARM_NS_DRAM1_SIZE - 1)
ARM_NS_DRAM1_SIZE - 1)
#define ARM_DRAM1_BASE UL(0x80000000)
#define ARM_DRAM1_BASE UL
L
(0x80000000)
#define ARM_DRAM1_SIZE UL(0x80000000)
#define ARM_DRAM1_SIZE UL
L
(0x80000000)
#define ARM_DRAM1_END (ARM_DRAM1_BASE + \
#define ARM_DRAM1_END (ARM_DRAM1_BASE + \
ARM_DRAM1_SIZE - 1)
ARM_DRAM1_SIZE - 1)
...
...
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