boards: Remove the duplicated prototype of CONFIG_INIT_ENTRYPOINT

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-10-16 01:53:23 +08:00
committed by Petro Karashchenko
parent ffe8dd39c6
commit 78f6a02bc8
34 changed files with 21 additions and 134 deletions
@@ -63,10 +63,6 @@ extern uint8_t _ebss[]; /* End+1 of .bss */
extern uint8_t __ld_usram_end[]; /* End+1 of user ram section */
/* This is the user space entry point */
int CONFIG_INIT_ENTRYPOINT(int argc, char *argv[]);
const struct userspace_s userspace locate_data(".userspace") =
{
/* General memory map */