summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/arch/i386/image/comboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/comboot.c b/src/arch/i386/image/comboot.c
index 915ed2ded..1ec02331d 100644
--- a/src/arch/i386/image/comboot.c
+++ b/src/arch/i386/image/comboot.c
@@ -229,7 +229,7 @@ static int comboot_identify ( struct image *image ) {
++ext;
- if ( strcasecmp( ext, "com" ) && strcasecmp( ext, "cbt" ) ) {
+ if ( strcasecmp( ext, "cbt" ) ) {
DBGC ( image, "COMBOOT %p: unrecognized extension %s\n",
image, ext );
return -ENOEXEC;