Skip to content

Commit

Permalink
scripts: rename config.ini to conf.ini.
Browse files Browse the repository at this point in the history
zsbl will load conf.ini by name.

Signed-off-by: dong.yang <[email protected]>
  • Loading branch information
p7salon authored and xingxg2022 committed Nov 19, 2024
1 parent ab63822 commit 2eb4b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gen_sg2044_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ function build_rv_image()

if [ "$CHIP" = "bm1690" ]; then
sudo cp -v $RV_FIRMWARE_INSTALL_DIR/rp_Image $EFI_PARTITION_DIR/riscv64
sudo cp -v $RV_TOP_DIR/bootloader-riscv/scripts/bm1690-config.ini $RV_FIRMWARE_INSTALL_DIR/config.ini
sudo cp -v $RV_FIRMWARE_INSTALL_DIR/config.ini $EFI_PARTITION_DIR/riscv64
sudo cp -v $RV_TOP_DIR/bootloader-riscv/scripts/bm1690-config.ini $RV_FIRMWARE_INSTALL_DIR/conf.ini
sudo cp -v $RV_FIRMWARE_INSTALL_DIR/conf.ini $EFI_PARTITION_DIR/riscv64
else
sudo cp -v $RV_FIRMWARE_INSTALL_DIR/riscv64_Image $EFI_PARTITION_DIR/riscv64
fi
Expand Down

0 comments on commit 2eb4b78

Please sign in to comment.