diff --git a/arch/risc-v/src/common/riscv_internal.h b/arch/risc-v/src/common/riscv_internal.h index 71918b0ecc..10e13b1e72 100644 --- a/arch/risc-v/src/common/riscv_internal.h +++ b/arch/risc-v/src/common/riscv_internal.h @@ -166,10 +166,6 @@ EXTERN uint32_t _ebss; /* End+1 of .bss */ #ifndef __ASSEMBLY__ -/* Low level initialization provided by board-level logic *******************/ - -void up_boot(void); - /* Memory allocation ********************************************************/ #if CONFIG_MM_REGIONS > 1