summaryrefslogtreecommitdiffstats
path: root/stage1/main.c
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-07 17:57:34 -0700
committerGitHub <noreply@github.com>2020-11-07 17:57:34 -0700
commite86f52c7073e3ce983c5e7e93286eb9a73fd8ba8 (patch)
treee450aa708affb411a908ee84272984539fe19d17 /stage1/main.c
parent86e905d8e482562b78bff17e68f5cf0e1537cf2f (diff)
downloadbcm5719-ortega-e86f52c7073e3ce983c5e7e93286eb9a73fd8ba8.tar.gz
bcm5719-ortega-e86f52c7073e3ce983c5e7e93286eb9a73fd8ba8.zip
build: Enable builds under FreeBSD (#164)
This fixes build related issues when attempting to compile firmware and tools under FreeBSD. Note: Host tools have not been ported for raw register access. Note: The Linux specific ethtool APIs are not available under FreeBSD, and so -t eth is not supported under FreeBSD.
Diffstat (limited to 'stage1/main.c')
-rw-r--r--stage1/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stage1/main.c b/stage1/main.c
index 00b0e2b..d3e4046 100644
--- a/stage1/main.c
+++ b/stage1/main.c
@@ -186,10 +186,8 @@ int main()
em100_puts("\n");
}
-#if !CXX_SIMULATOR
// Perform early initialization
early_init_hw();
-#endif
reportStatus(STATUS_MAIN, 1);
OpenPOWER on IntegriCloud