mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
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:
parent
ea0dc8c1d2
commit
65a7ecec09
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue