On Thu, 7 Apr 2022 at 03:41, Andrew Scull <[email protected]> wrote: > > Move the program's entry point to os.c, in preparation for a separate > fuzzing entry point to be added. > > Signed-off-by: Andrew Scull <[email protected]> > --- > arch/sandbox/cpu/os.c | 6 ++++++ > arch/sandbox/cpu/start.c | 2 +- > arch/sandbox/include/asm/main.h | 18 ++++++++++++++++++ > 3 files changed, 25 insertions(+), 1 deletion(-) > create mode 100644 arch/sandbox/include/asm/main.h >
Reviewed-by: Simon Glass <[email protected]>

