summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Barbier <dbarbi1@gmail.com>2018-08-09 11:49:54 -0500
committerGitHub <noreply@github.com>2018-08-09 11:49:54 -0500
commitc38ec96f8e159878dd1f4fb83da14a0dd7f8d68f (patch)
treecb799263a86b4ccfe2cab0974c36130b037c6dc1
parent37e1144cc543f4bcca9b533f8646479c476b5e3e (diff)
parentb8b96903413507ff6ba2d43224c4dad7bc55f48c (diff)
Merge pull request #98 from sifive/f
Include <encoding.h> so MSTATUS_FS is visible to start.S
-rw-r--r--bsp/env/start.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsp/env/start.S b/bsp/env/start.S
index 4e9f665..4d1eb04 100644
--- a/bsp/env/start.S
+++ b/bsp/env/start.S
@@ -1,5 +1,6 @@
// See LICENSE for license details.
#include <sifive/smp.h>
+#include <encoding.h>
/* This is defined in sifive/platform.h, but that can't be included from
* assembly. */