Files
Arch-R/projects/Qualcomm/devices/Dragonboard/bootloader/release

13 lines
330 B
Plaintext
Raw Normal View History

2017-05-31 14:35:32 -07:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
SRCDIR="$BUILD/image/system/usr/share/bootloader"
DSTDIR="$RELEASE_DIR/3rdparty/bootloader"
mkdir -p "$DSTDIR"
2017-05-31 14:35:32 -07:00
if [ -n "$UBOOT_SYSTEM" ]; then
cp -a "$SRCDIR/u-boot.img" "$DSTDIR"
2017-05-31 14:35:32 -07:00
fi
cp -a "$SRCDIR"/*.dtb "$DSTDIR"