Skip to content

Commit d1c401b

Browse files
authored
Add U-Boot build script
1 parent 8afee1e commit d1c401b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uboot/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
make CROSS_COMPILE=riscv64-linux-gnu- qemu-riscv64_smode_defconfig
3+
make CROSS_COMPILE=riscv64-linux-gnu- -j`nproc` $@

0 commit comments

Comments
 (0)