From dd41eed8b9642a80bda8e08a02f6004836a5142b Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Wed, 15 May 2019 18:59:53 +0200 Subject: [PATCH] Drop UBOOT_CONFIG, it's never used --- config/show_config | 1 - projects/Allwinner/options | 3 --- projects/Generic/options | 3 --- projects/RPi/options | 3 --- 4 files changed, 10 deletions(-) diff --git a/config/show_config b/config/show_config index dc18851a32..7e11361aa9 100644 --- a/config/show_config +++ b/config/show_config @@ -106,7 +106,6 @@ show_config() { 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 configuration:\t\t $UBOOT_CONFIG" 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" diff --git a/projects/Allwinner/options b/projects/Allwinner/options index 774d2fe9b9..be551eaffb 100644 --- a/projects/Allwinner/options +++ b/projects/Allwinner/options @@ -8,9 +8,6 @@ # u-boot version to use (default) UBOOT_VERSION="default" - # Configuration for u-boot - UBOOT_CONFIG="" - # Target Configfile for u-boot UBOOT_CONFIGFILE="" diff --git a/projects/Generic/options b/projects/Generic/options index 818013605b..ab83c8e01d 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -21,9 +21,6 @@ # u-boot version to use (default) UBOOT_VERSION="default" - # Configuration for u-boot - UBOOT_CONFIG="" - # Target Configfile for u-boot UBOOT_CONFIGFILE="" diff --git a/projects/RPi/options b/projects/RPi/options index 1ee539e2b9..afc6325367 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -38,9 +38,6 @@ # u-boot version to use (default) UBOOT_VERSION="default" - # Configuration for u-boot - UBOOT_CONFIG="" - # Target Configfile for u-boot UBOOT_CONFIGFILE=""