From 65a7ecec0979fd54abdfd9f5b76cc9f089ab77ff Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Sat, 13 Mar 2021 19:13:11 +0100 Subject: [PATCH] arch/risc-v: Remove a declaration of "up_boot" function that was never used. Signed-off-by: Abdelatif Guettouche --- arch/risc-v/src/common/riscv_internal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/risc-v/src/common/riscv_internal.h b/arch/risc-v/src/common/riscv_internal.h index 71918b0eccb..10e13b1e721 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