aboutsummaryrefslogtreecommitdiff
path: root/board/micronas/vct/vctv/reg_wdt.h
diff options
context:
space:
mode:
authorDaniel Schwierzeck2019-10-18 15:13:26 +0200
committerDaniel Schwierzeck2019-11-29 16:18:35 +0100
commit2a250ae9b6f1437f13dba272b690b24341b8e1d7 (patch)
tree6099c06016124d399e904fe4db51fc2f521a9fe9 /board/micronas/vct/vctv/reg_wdt.h
parent4b19b89ca4a866b7baa642533e6dbd67cd832d27 (diff)
MIPS: remove Micronas VCT boards
The deadline for migration to CONFIG_DM is v2020.01. The VCT baords would need an almost complete rewrite of all drivers to support driver model. Unless someone has access to the hardware and volunteers to do the migration, the board should be scheduled for removal. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/micronas/vct/vctv/reg_wdt.h')
-rw-r--r--board/micronas/vct/vctv/reg_wdt.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/micronas/vct/vctv/reg_wdt.h b/board/micronas/vct/vctv/reg_wdt.h
deleted file mode 100644
index 2bad0752e8f..00000000000
--- a/board/micronas/vct/vctv/reg_wdt.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
- */
-
-#define WDT_BASE 0x00040000
-#define WDT_CR_OFFS 0x00000000
-#define WDT_CR(base) ((base) + WDT_CR_OFFS)
-#define WDT_TORR_OFFS 0x00000004
-#define WDT_TORR(base) ((base) + WDT_TORR_OFFS)