blob: 2c990dd799ce2feaea6bcff8cc27c5e174e0e410 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/asm.h>
#include "stack.S"
.section ".text", "ax", %progbits
ENTRY(main)
stack_init stack_top=_estack stack_bottom=_stack seed=0 func=romstage
ENDPROC(main)