Jan Kundrát | 6fa8750 | 2018-01-12 15:09:58 +0100 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | install -m 0644 -D $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr |
Jan Kundrát | 09ec9fa | 2021-01-30 16:19:54 +0100 | [diff] [blame^] | 4 | install -m 0644 -D $BINARIES_DIR/u-boot-spl.kwb $TARGET_DIR/usr/libexec/u-boot-spl.kwb |
Jan Kundrát | bdaf934 | 2018-01-12 18:18:35 +0100 | [diff] [blame] | 5 | |
| 6 | # Prepare a boot script for USB booting as well |
| 7 | ${HOST_DIR}/bin/mkimage -C none -A arm -T script \ |
| 8 | -d ${BR2_EXTERNAL_CZECHLIGHT_PATH}/board/czechlight/clearfog/usb-boot.scr.txt ${BINARIES_DIR}/usb-boot.scr |