summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-08-08 23:27:46 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2018-08-08 23:27:46 -0700
commitb8b96903413507ff6ba2d43224c4dad7bc55f48c (patch)
treecb799263a86b4ccfe2cab0974c36130b037c6dc1 /bsp
parent37e1144cc543f4bcca9b533f8646479c476b5e3e (diff)
Include <encoding.h> so MSTATUS_FS is visible to start.S
Diffstat (limited to 'bsp')
-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. */