From f05aaa0561e071a54785ae7dfae3d8a34c9df06a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 21 Aug 2021 23:23:30 +0300 Subject: Updated build system with run command --- arch/riscv/conf/boot.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/riscv/conf/boot.cmd (limited to 'arch/riscv/conf/boot.cmd') diff --git a/arch/riscv/conf/boot.cmd b/arch/riscv/conf/boot.cmd new file mode 100644 index 0000000..ddbc319 --- /dev/null +++ b/arch/riscv/conf/boot.cmd @@ -0,0 +1,2 @@ +fatload ${devtype} ${devnum} ${kernel_addr_r} apos.itb +bootm ${kernel_addr_r} -- cgit v1.3