Drop UBOOT_CONFIGFILE, it's never used

This commit is contained in:
Jernej Skrabec 2019-05-15 19:02:56 +02:00 committed by MilhouseVH
parent b66f07ff23
commit 997b403b4c
4 changed files with 0 additions and 12 deletions

View File

@ -104,9 +104,6 @@ show_config() {
config_message="$config_message\n - OEM Support:\t\t\t\t $OEM_SUPPORT"
config_message="$config_message\n - Default ROOT Password:\t\t $ROOT_PASSWORD"
config_message="$config_message\n - Bootloader:\t\t\t\t $BOOTLOADER"
if [ "$BOOTLOADER" = "u-boot" ]; then
config_message="$config_message\n - U-Boot config file:\t\t $UBOOT_CONFIGFILE"
fi
config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL"
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
for config_package in $ADDITIONAL_PACKAGES; do

View File

@ -8,9 +8,6 @@
# u-boot version to use (default)
UBOOT_VERSION="default"
# Target Configfile for u-boot
UBOOT_CONFIGFILE=""
# Kernel extra targets to build
KERNEL_UBOOT_EXTRA_TARGET=""

View File

@ -21,9 +21,6 @@
# u-boot version to use (default)
UBOOT_VERSION="default"
# Target Configfile for u-boot
UBOOT_CONFIGFILE=""
# Kernel target
KERNEL_TARGET="bzImage"

View File

@ -38,9 +38,6 @@
# u-boot version to use (default)
UBOOT_VERSION="default"
# Target Configfile for u-boot
UBOOT_CONFIGFILE=""
# Kernel target
KERNEL_TARGET="zImage"