summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/romstage_asm.S
blob: 2c990dd799ce2feaea6bcff8cc27c5e174e0e410 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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)