summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/riscv/include/bsp.h')
-rw-r--r--bsps/riscv/riscv/include/bsp.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/bsps/riscv/riscv/include/bsp.h b/bsps/riscv/riscv/include/bsp.h
index 6298966a8c..5ec916e6b3 100644
--- a/bsps/riscv/riscv/include/bsp.h
+++ b/bsps/riscv/riscv/include/bsp.h
@@ -46,28 +46,6 @@ extern "C" {
#define BSP_FDT_IS_SUPPORTED
-/**
- * @defgroup riscv_generic Register Definitions
- *
- * @ingroup riscv_generic
- *
- * @brief Shared register definitions for RISC-V systems.
- *
- * @{
- */
-
-/**
- * @name Register Macros
- *
- * @{
- */
-
-#define REG(x) (*((volatile unsigned long *) (x)))
-#define BIT(n) (1 << (n))
-
-#define MTIME_MM 0x000000000200bff8
-#define MTIMECMP_MM 0x0000000002004000
-
#ifdef __cplusplus
}
#endif