7aa75f9d16
While switching bump Linux version to 6.1.57 and U-Boot version to 2023.10. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BOARD_DIR="$(dirname "$0")"
|
|
|
|
install -m 644 -D "${BOARD_DIR}"/extlinux.conf \
|
|
"${TARGET_DIR}"/boot/extlinux/extlinux.conf
|