aboutsummaryrefslogtreecommitdiff
path: root/src/soc/example/min86/romstage.c
blob: 91074b201251233e5c9f0f297fcaae1ae18fd2c7 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */

#include <arch/cpu.h>

asmlinkage void car_stage_entry(void)
{
}