mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts: remove UBOOT_VERSION
This commit is contained in:
parent
3953383f7c
commit
3f06a76a4e
@ -5,9 +5,6 @@
|
||||
# Bootloader to use (syslinux / u-boot / bcm2835-bootloader)
|
||||
BOOTLOADER="u-boot"
|
||||
|
||||
# u-boot version to use (default)
|
||||
UBOOT_VERSION="default"
|
||||
|
||||
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||
KERNEL_MAKE_EXTRACMD="dtbs"
|
||||
|
||||
|
@ -18,9 +18,6 @@
|
||||
# Bootloader to use (syslinux / u-boot)
|
||||
BOOTLOADER="syslinux"
|
||||
|
||||
# u-boot version to use (default)
|
||||
UBOOT_VERSION="default"
|
||||
|
||||
# Kernel target
|
||||
KERNEL_TARGET="bzImage"
|
||||
|
||||
|
@ -5,9 +5,6 @@
|
||||
# Bootloader to use (syslinux / u-boot / bcm2835-bootloader)
|
||||
BOOTLOADER="u-boot"
|
||||
|
||||
# u-boot version to use (default)
|
||||
UBOOT_VERSION="default"
|
||||
|
||||
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||
KERNEL_MAKE_EXTRACMD="dtbs"
|
||||
|
||||
|
@ -40,9 +40,6 @@
|
||||
# Bootloader to use (bcm2835-bootloader)
|
||||
BOOTLOADER="bcm2835-bootloader"
|
||||
|
||||
# u-boot version to use (default)
|
||||
UBOOT_VERSION="default"
|
||||
|
||||
# Kernel target
|
||||
KERNEL_TARGET="zImage"
|
||||
|
||||
|
@ -14,7 +14,7 @@ unset _CACHE_PACKAGE_LOCAL _CACHE_PACKAGE_GLOBAL _DEBUG_DEPENDS_LIST _DEBUG_PACK
|
||||
if [ "${BOOTLOADER}" = "u-boot" -a -n "${DEVICE}" ]; then
|
||||
if [ -z "${UBOOT_SYSTEM}" ]; then
|
||||
${SCRIPTS}/uboot_helper ${PROJECT} ${DEVICE} >/dev/null
|
||||
elif [ "${UBOOT_VERSION}" != "vendor" ]; then
|
||||
else
|
||||
${SCRIPTS}/uboot_helper ${PROJECT} ${DEVICE} ${UBOOT_SYSTEM} dtb >/dev/null
|
||||
fi
|
||||
fi
|
||||
@ -50,7 +50,6 @@ function do_mkimage() {
|
||||
DISTRO_BOOTLABEL="${DISTRO_BOOTLABEL}" \
|
||||
DISTRO_DISKLABEL="${DISTRO_DISKLABEL}" \
|
||||
UBOOT_SYSTEM="${UBOOT_SYSTEM}" \
|
||||
UBOOT_VERSION="${UBOOT_VERSION}" \
|
||||
EXTRA_CMDLINE="${EXTRA_CMDLINE}" \
|
||||
SYSTEM_SIZE="${SYSTEM_SIZE}" \
|
||||
SYSTEM_PART_START="${SYSTEM_PART_START}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user