soc: riscv: mpfs: remove unused definition
RISCV_MTIMECMP_BY_HART (machine timer related) is not used, so remove it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
418ad7d443
commit
741bfedeab
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@
|
||||||
#include <zephyr/devicetree.h>
|
#include <zephyr/devicetree.h>
|
||||||
|
|
||||||
|
|
||||||
/* Timer configuration */
|
|
||||||
#define RISCV_MTIMECMP_BY_HART(h) (0x02004000ULL + (8ULL * (h)))
|
|
||||||
#define RISCV_MSIP_BASE 0x02000000
|
#define RISCV_MSIP_BASE 0x02000000
|
||||||
|
|
||||||
#endif /* __RISCV64_MPFS_SOC_H_ */
|
#endif /* __RISCV64_MPFS_SOC_H_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue