Skip to content

Commit c73aa6e

Browse files
author
elge@alpha15
committed
fix(riscv): minimize the changes
1 parent ccee81c commit c73aa6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bare-metal/elastic-metal/reference-content/elastic-metal-rv1-guidelines.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,9 @@ Linux kernel.
102102
em-rv1-c4m16s128-a.dts \
103103
| dtc -o em-rv1-c4m16s128-a.dtb
104104

105-
# Build the FIT image and check
105+
# Build the FIT image
106106
sudo mv /boot/boot.itb /boot/boot.itb.bak
107107
sudo mkimage -f em-rv1-c4m16s128-a-boot.its /boot/boot.itb
108-
sha256sum ../../linux/arch/riscv/boot/Image
109-
sudo mkimage -l /boot/boot.itb
110108

111109
cd ../..
112110
```

0 commit comments

Comments
 (0)