RISC-V: Fix crt0 file compilation

Definition of STACK_FRAME_SIZE was moved
This commit is contained in:
Ville Juven 2022-05-02 09:35:39 +03:00 committed by Xiang Xiao
parent 7b6ac23277
commit 6bf8623897

View File

@ -32,6 +32,8 @@
#include <sys/types.h>
#include <stdlib.h>
#include "riscv_internal.h"
#ifdef CONFIG_BUILD_KERNEL
/****************************************************************************