From 3fcad603b2772a3d19a84a922de651a3626a43e3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 2 Oct 2023 04:17:50 +0100 Subject: build/coreboot/utils: remove unnecessary check the file check is sufficient (target.cfg) Signed-off-by: Leah Rowe --- script/build/coreboot/utils | 2 -- 1 file changed, 2 deletions(-) (limited to 'script/build/coreboot') diff --git a/script/build/coreboot/utils b/script/build/coreboot/utils index ad771c03..75827d86 100755 --- a/script/build/coreboot/utils +++ b/script/build/coreboot/utils @@ -19,8 +19,6 @@ main() } build_for_mainboard() { - [ -d "config/coreboot/${1}" ] || \ - err "build_for_mainboard ${1}: board dir does not exist" [ -f "config/coreboot/${1}/target.cfg" ] || \ err "build_for_mainboard ${1}: target.cfg does not exist" tree="undefined" -- cgit v1.2.1