mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2488 from kszaq/le90_aml_cleanup_3
Amlogic: clean up for u-boot-tools
This commit is contained in:
commit
39669877df
@ -1170,6 +1170,11 @@ CONFIG_MESON_SUSPEND=y
|
||||
# CONFIG_M8M2_SUSPEND is not set
|
||||
CONFIG_GXBB_SUSPEND=y
|
||||
|
||||
#
|
||||
# AVL6862 dvb driver
|
||||
#
|
||||
CONFIG_AVL6862=m
|
||||
|
||||
#
|
||||
# Amlogic DVB driver
|
||||
#
|
||||
|
@ -144,7 +144,7 @@
|
||||
# additional packages to install:
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||
ADDITIONAL_PACKAGES="u-boot-tools-aml"
|
||||
ADDITIONAL_PACKAGES="u-boot-tools-aml dtc"
|
||||
|
||||
# build and install driver addons (yes / no)
|
||||
DRIVER_ADDONS_SUPPORT="yes"
|
||||
|
@ -38,7 +38,6 @@ make_host() {
|
||||
make_target() {
|
||||
CROSS_COMPILE="$TARGET_PREFIX" LDFLAGS="" ARCH=arm make dummy_defconfig
|
||||
CROSS_COMPILE="$TARGET_PREFIX" LDFLAGS="" ARCH=arm make env
|
||||
CROSS_COMPILE="$TARGET_PREFIX" LDFLAGS="" ARCH=arm make cross_tools
|
||||
}
|
||||
|
||||
makeinstall_host() {
|
||||
@ -53,12 +52,4 @@ makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp tools/env/fw_printenv $INSTALL/usr/sbin/fw_printenv
|
||||
cp tools/env/fw_printenv $INSTALL/usr/sbin/fw_setenv
|
||||
cp tools/dumpimage $INSTALL/usr/sbin/dumpimage
|
||||
cp tools/fdtgrep $INSTALL/usr/sbin/fdtgrep
|
||||
cp tools/gen_eth_addr $INSTALL/usr/sbin/gen_eth_addr
|
||||
cp tools/img2srec $INSTALL/usr/sbin/img2srec
|
||||
cp tools/mkenvimage $INSTALL/usr/sbin/mkenvimage
|
||||
cp tools/mkimage $INSTALL/usr/sbin/mkimage
|
||||
cp tools/proftool $INSTALL/usr/sbin/proftool
|
||||
cp tools/relocate-rela $INSTALL/usr/sbin/relocate-rela
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user