d867e80773
This remove the file boot.cmd to use an extlinux.conf instead. Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
BOARD_DIR="$(dirname $0)"
|
|
|
|
install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
|