Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
d697f9b8
Commit
d697f9b8
authored
5 years ago
by
Antonio Niño Díaz
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "plat: allwinner: common: use r_wdog instead of wdog" into integration
parents
a3d9172d
523ab5be
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/allwinner/common/sunxi_pm.c
+3
-3
plat/allwinner/common/sunxi_pm.c
with
3 additions
and
3 deletions
+3
-3
plat/allwinner/common/sunxi_pm.c
View file @
d697f9b8
...
...
@@ -20,9 +20,9 @@
#include <sunxi_mmap.h>
#include <sunxi_private.h>
#define SUNXI_WDOG0_CTRL_REG (SUNXI_WDOG_BASE + 0x0010)
#define SUNXI_WDOG0_CFG_REG (SUNXI_WDOG_BASE + 0x0014)
#define SUNXI_WDOG0_MODE_REG (SUNXI_WDOG_BASE + 0x0018)
#define SUNXI_WDOG0_CTRL_REG (SUNXI_
R_
WDOG_BASE + 0x0010)
#define SUNXI_WDOG0_CFG_REG (SUNXI_
R_
WDOG_BASE + 0x0014)
#define SUNXI_WDOG0_MODE_REG (SUNXI_
R_
WDOG_BASE + 0x0018)
#define mpidr_is_valid(mpidr) ( \
MPIDR_AFFLVL3_VAL(mpidr) == 0 && \
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help