summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/microblaze_fpga/include/bsp/timer.h
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2022-10-17 15:44:00 -0500
committerJoel Sherrill <joel@rtems.org>2023-02-06 14:29:24 -0600
commiteb94aaff1d39b2529e337c40654e7fc704e0d1f9 (patch)
treee2c5f7f212bf14d6a6fe90867d4fae674041473b /bsps/microblaze/microblaze_fpga/include/bsp/timer.h
parentbsps/microblaze: Add device tree getter (diff)
downloadrtems-eb94aaff1d39b2529e337c40654e7fc704e0d1f9.tar.bz2
bsps/microblaze: Add device tree support to timer
Diffstat (limited to 'bsps/microblaze/microblaze_fpga/include/bsp/timer.h')
-rw-r--r--bsps/microblaze/microblaze_fpga/include/bsp/timer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsps/microblaze/microblaze_fpga/include/bsp/timer.h b/bsps/microblaze/microblaze_fpga/include/bsp/timer.h
index 562fdd79b0..bd8661d47c 100644
--- a/bsps/microblaze/microblaze_fpga/include/bsp/timer.h
+++ b/bsps/microblaze/microblaze_fpga/include/bsp/timer.h
@@ -60,8 +60,6 @@ typedef struct {
uint32_t tcr0;
} Microblaze_Timer;
-#define _Microblaze_Timer ((volatile Microblaze_Timer *) BSP_MICROBLAZE_FPGA_TIMER_BASE)
-
#ifdef __cplusplus
}
#endif /* __cplusplus */