arch/risc-v: Remove a declaration of "up_boot" function that was never used.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-03-13 19:13:11 +01:00 committed by Alan Carvalho de Assis
parent ea0dc8c1d2
commit 65a7ecec09

View File

@ -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