commit 600bb479fe6e810286dfc133040072265f03d97a
parent 7e832e09d1e991fcf4deb7ad3351e3499377916a
Author: Joe Ardent <code@ardent.nebcorp.com>
Date: Sat, 21 May 2022 22:17:35 -0700
hw/src: remove platform.h include from start.S.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/hw/src/start.S b/hw/src/start.S
@@ -1,8 +1,6 @@
// Copyright 2022, Brian Swetland <swetland@frotz.net>
// Licensed under the Apache License, Version 2.0
-#include <hw/platform.h>
-
.section ".start"
.globl _start