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:
Gerard Marull-Paretas 2022-07-27 21:53:03 +02:00 committed by Carles Cufí
commit 741bfedeab

View file

@ -10,8 +10,6 @@
#include <zephyr/devicetree.h>
/* Timer configuration */
#define RISCV_MTIMECMP_BY_HART(h) (0x02004000ULL + (8ULL * (h)))
#define RISCV_MSIP_BASE 0x02000000
#endif /* __RISCV64_MPFS_SOC_H_ */