summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/noel
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-11 08:27:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-12 08:15:58 +0100
commitd46366a2e755865884551166c9fec0533673ec87 (patch)
tree6b5d3b2d75662de0dc3e315ae1d688dd897cdb27 /bsps/riscv/noel
parentbsps/xil: Use the LP64 header for ILP32 (diff)
downloadrtems-d46366a2e755865884551166c9fec0533673ec87.tar.bz2
riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORT
Low-end configurations may want to have the HTIF support removed. Enable the option by default. Fix formatting. Fix node validity checks. Updates #4779.
Diffstat (limited to 'bsps/riscv/noel')
-rw-r--r--bsps/riscv/noel/include/bsp/riscv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsps/riscv/noel/include/bsp/riscv.h b/bsps/riscv/noel/include/bsp/riscv.h
index 3ab75573f0..0fdf64747b 100644
--- a/bsps/riscv/noel/include/bsp/riscv.h
+++ b/bsps/riscv/noel/include/bsp/riscv.h
@@ -50,8 +50,6 @@ extern uint32_t riscv_hart_count;
uint32_t riscv_get_hart_index_by_phandle(uint32_t phandle);
-void htif_poweroff(void);
-
#ifdef __cplusplus
}
#endif