blob: 2c990dd799ce2feaea6bcff8cc27c5e174e0e410 [file] [log] [blame]
Angel Ponsa2ee7612020-04-04 18:51:15 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Patrick Georgi40a3e322015-06-22 19:41:29 +02002
3#include <arch/asm.h>
4#include "stack.S"
5
Elyes HAOUAS88607a42018-10-05 10:36:45 +02006 .section ".text", "ax", %progbits
Patrick Georgi40a3e322015-06-22 19:41:29 +02007
8ENTRY(main)
9 stack_init stack_top=_estack stack_bottom=_stack seed=0 func=romstage
10ENDPROC(main)