diff --git a/config/show_config b/config/show_config index 7e11361aa9..c74c1f027c 100644 --- a/config/show_config +++ b/config/show_config @@ -105,9 +105,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 be551eaffb..2edd02897d 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 ab83c8e01d..9357ad4d05 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 afc6325367..94251d5092 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"