diff --git a/config/show_config b/config/show_config index c8d27265ea..6db6cb8cc2 100644 --- a/config/show_config +++ b/config/show_config @@ -105,7 +105,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 3e0aa6c8d8..9cc9696d7d 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 7c4e1691fc..9836a5eb81 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 3713f2e866..cda4545dba 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=""