post-build.sh 198 B

123456
  1. #!/bin/sh
  2. set -eu
  3. # Copy the firmware for the SPI NOR flash into the filesystem.
  4. install -v -D -m 0644 "$BINARIES_DIR/u-boot-rockchip-spi.bin" \
  5. "$TARGET_DIR/lib/firmware/u-boot-rockchip-spi.bin"