aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/cezanne/romstage.c')
-rw-r--r--src/soc/amd/cezanne/romstage.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/romstage.c b/src/soc/amd/cezanne/romstage.c
new file mode 100644
index 0000000000..91074b2012
--- /dev/null
+++ b/src/soc/amd/cezanne/romstage.c
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <arch/cpu.h>
+
+asmlinkage void car_stage_entry(void)
+{
+}