diff --git a/opensbi-unstable.spec b/opensbi-unstable.spec index d137954..4ffac8d 100644 --- a/opensbi-unstable.spec +++ b/opensbi-unstable.spec @@ -5,7 +5,7 @@ Name: opensbi-unstable # The last part is short hash # Format: ..... Version: v0.5.0.2019.12.05.813f7f4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: RISC-V Open Source Supervisor Binary Interface License: BSD @@ -109,7 +109,7 @@ echo "Payload: $latestKernel" cp "$latestKernel" Image.gz gunzip Image.gz -make PLATFORM=qemu/virt FW_OPTIONS=0x2 FU540_ENABLED_HART_MASK=0x02 FW_PAYLOAD_FDT_PATH="$dtbFile" FW_PAYLOAD_PATH="$PWD/Image" +make PLATFORM=sifive/fu540 FW_OPTIONS=0x2 FU540_ENABLED_HART_MASK=0x02 FW_PAYLOAD_FDT_PATH="$dtbFile" FW_PAYLOAD_PATH="$PWD/Image" #make docs # BUILD: kernel