mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot: added files to support new u-boot
This commit is contained in:
parent
91b8c5ad51
commit
4626d74978
@ -81,7 +81,14 @@ makeinstall_target() {
|
||||
fi
|
||||
|
||||
mkdir -p $INSTALL/usr/share/bootloader
|
||||
|
||||
if [ -f "./u-boot.bin" ]; then
|
||||
cp ./u-boot.bin $INSTALL/usr/share/bootloader
|
||||
fi
|
||||
|
||||
if [ -f "./u-boot.imx" ]; then
|
||||
cp ./u-boot.imx $INSTALL/usr/share/bootloader
|
||||
fi
|
||||
|
||||
if [ -f "./u-boot.img" ]; then
|
||||
cp ./u-boot.img $INSTALL/usr/share/bootloader
|
||||
|
Loading…
x
Reference in New Issue
Block a user