diff --git a/sw/21_build_bootimg.sh b/sw/21_build_bootimg.sh deleted file mode 100755 index 041116d..0000000 --- a/sw/21_build_bootimg.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -set -e - -. script_env - -mkdir -p boot_img - -cp fsbl/fsbl.elf "$BOOTIMG_DIR" -cp "$UBOOT_DIR/u-boot.elf" "$BOOTIMG_DIR" - -rm -f "$BOOTIMG_DIR/boot.bin" - -cat >"$BOOTIMG_DIR/boot.bif" <