aboutsummaryrefslogtreecommitdiff
path: root/common/initrd.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-06-04 15:13:43 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-06-04 15:13:43 +0300
commit3dbd8c34176312b0bd3aba2309d284ac83181411 (patch)
tree9bf6216f2c120a388308457444738d0c55002bd2 /common/initrd.c
parent52e5c94314fa8e10efded82db85d181ed32f00bd (diff)
downloadkmi-3dbd8c34176312b0bd3aba2309d284ac83181411.tar.gz
kmi-3dbd8c34176312b0bd3aba2309d284ac83181411.zip
visionfive2 boots
+ Make 8250 serial driver more generic + Still TODO: write a tutorial on how to boot on the visionfive2
Diffstat (limited to 'common/initrd.c')
-rw-r--r--common/initrd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/initrd.c b/common/initrd.c
index 4bb25e9..caff8b3 100644
--- a/common/initrd.c
+++ b/common/initrd.c
@@ -11,6 +11,7 @@
#include <kmi/string.h>
#include <kmi/utils.h>
#include <kmi/attrs.h>
+#include <kmi/debug.h>
#include <libfdt.h>
/** GNU cpio, POSIX 'newc' format header. */