Skip to content

Commit

Permalink
scripts: modify build_rv_sbi
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoguang Xing <[email protected]>
  • Loading branch information
xingxg2022 committed Oct 13, 2023
1 parent 40a7f5d commit 7b69e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function build_rv_sbi()
PLATFORM=generic

pushd $RV_SBI_SRC_DIR
make -j$(nproc) CROSS_COMPILE=$RISCV64_LINUX_CROSS_COMPILE PLATFORM=$PLATFORM FW_TEXT_START=0x0 FW_JUMP_ADDR=0x02000000 FW_JUMP_FDT_ADDR=0x20000000 FW_PIC=y BUILD_INFO=y DEBUG=1
make -j$(nproc) CROSS_COMPILE=$RISCV64_LINUX_CROSS_COMPILE PLATFORM=$PLATFORM FW_PIC=y BUILD_INFO=y DEBUG=1
popd

mkdir -p $RV_FIRMWARE_INSTALL_DIR
Expand Down

0 comments on commit 7b69e7c

Please sign in to comment.