summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/romstage_asm.S
blob: a25ac785d66c3e00ef7abcda6f4563fa2f07bcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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)