summaryrefslogtreecommitdiffstats
path: root/stage1/main.c
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-07 15:30:42 -0700
committerGitHub <noreply@github.com>2020-11-07 15:30:42 -0700
commit86e905d8e482562b78bff17e68f5cf0e1537cf2f (patch)
tree472775dd12ad249b56a83d62ce182c295581adb5 /stage1/main.c
parent480d53103ecbf4369e5e8dadf653072af7e6fdd5 (diff)
downloadbcm5719-ortega-86e905d8e482562b78bff17e68f5cf0e1537cf2f.tar.gz
bcm5719-ortega-86e905d8e482562b78bff17e68f5cf0e1537cf2f.zip
build: Cleanup various include files. (#163)
Diffstat (limited to 'stage1/main.c')
-rw-r--r--stage1/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stage1/main.c b/stage1/main.c
index 29d0138..00b0e2b 100644
--- a/stage1/main.c
+++ b/stage1/main.c
@@ -48,7 +48,6 @@
#if CXX_SIMULATOR
#include <HAL.hpp>
-#include <endian.h>
#define crc_swap(__x__) (__x__) /* No swapping needed on the host */
#define vpd_swap(__x__) (__x__) /* No swapping needed on the host */
#else
OpenPOWER on IntegriCloud