Browse Source

Merge "plat: allwinner: common: use r_wdog instead of wdog" into integration

pull/1929/head
Antonio Niño Díaz 6 years ago
committed by TrustedFirmware Code Review
parent
commit
d697f9b8b7
  1. 6
      plat/allwinner/common/sunxi_pm.c

6
plat/allwinner/common/sunxi_pm.c

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

Loading…
Cancel
Save