aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-14 12:09:02 +0200
committerHimbeer <himbeer@disroot.org>2024-05-14 12:09:02 +0200
commitd3663760b7db3810bf9dcd64d220ada3bb290c72 (patch)
tree283e7d92d56747f461bb6085e92fac85cff40c6c
parentce71d3114268c86ee26d8a899985a7f2eafa0d61 (diff)
doc: Mention U-Boot bison and flex build dependencies
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1963539..7990042 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,8 @@ for i in {1..8192}; do echo -e '\x00' >> build/platform/generic/firmware/fw_dyna
Required dependencies:
* riscv64-linux-gnu-gcc
+* bison
+* flex
The boot flow is not supported by upstream U-Boot.
There are several T-Head-specific forks that implement it for the Linux kernel,