summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/main.h
AgeCommit message (Collapse)Author
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull
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]> Reviewed-by: Simon Glass <[email protected]>