From 997b403b4c6b5f6c80609f9386d48d881f3f9e8e Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Wed, 15 May 2019 19:02:56 +0200 Subject: [PATCH] Drop UBOOT_CONFIGFILE, it's never used --- config/show_config | 3 --- projects/Allwinner/options | 3 --- projects/Generic/options | 3 --- projects/RPi/options | 3 --- 4 files changed, 12 deletions(-) diff --git a/config/show_config b/config/show_config index 6db6cb8cc2..d0ed8af74d 100644 --- a/config/show_config +++ b/config/show_config @@ -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 diff --git a/projects/Allwinner/options b/projects/Allwinner/options index 9cc9696d7d..a3c1c8fd6a 100644 --- a/projects/Allwinner/options +++ b/projects/Allwinner/options @@ -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="" diff --git a/projects/Generic/options b/projects/Generic/options index 9836a5eb81..ae68e4ce3d 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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" diff --git a/projects/RPi/options b/projects/RPi/options index cda4545dba..a541efd0f7 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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"