config: remove redundant validation check

this is already covered by the check above it

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-04-24 01:00:20 +01:00 committed by Raphaël Hertzog
parent 70c0aa4075
commit 997a7f73f9
1 changed files with 0 additions and 5 deletions

View File

@ -714,9 +714,4 @@ Validate_config_dependencies ()
exit 1 exit 1
fi fi
fi fi
if [ "${LB_IMAGE_TYPE}" = "hdd" ] && [ "${LB_FIRST_BOOTLOADER}" = "grub-legacy" ]; then
Echo_error "You have selected a combination of bootloader and image type that is currently not supported by live-build. Please use either another bootloader or a different image type."
exit 1
fi
} }