summaryrefslogtreecommitdiff
path: root/board/renesas/common/gen4-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/common/gen4-common.c')
-rw-r--r--board/renesas/common/gen4-common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/renesas/common/gen4-common.c b/board/renesas/common/gen4-common.c
index f7d129be4c8..38fba7a5ea7 100644
--- a/board/renesas/common/gen4-common.c
+++ b/board/renesas/common/gen4-common.c
@@ -16,10 +16,6 @@
#include <image.h>
#include <linux/errno.h>
-#define RST_BASE 0xE6160000 /* Domain0 */
-#define RST_WDTRSTCR (RST_BASE + 0x10)
-#define RST_RWDT 0xA55A8002
-
DECLARE_GLOBAL_DATA_PTR;
static void init_generic_timer(void)
@@ -77,10 +73,6 @@ int board_init(void)
return 0;
}
-#define RST_BASE 0xE6160000 /* Domain0 */
-#define RST_SRESCR0 (RST_BASE + 0x18)
-#define RST_SPRES 0x5AA58000
-
void __weak reset_cpu(void)
{
writel(RST_SPRES, RST_SRESCR0);