Nico Huber has submitted this change. ( https://review.coreboot.org/c/flashrom/+/61379 )
Change subject: sfdp: drop redundant check of the mandatory table size ......................................................................
sfdp: drop redundant check of the mandatory table size
Change-Id: I464856612a6d21c682f1d9ad5110fa11a0a276c2 Signed-off-by: Michael Niewöhner foss@mniewoehner.de Reviewed-on: https://review.coreboot.org/c/flashrom/+/61379 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M sfdp.c 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/sfdp.c b/sfdp.c index 530588f..85e698d 100644 --- a/sfdp.c +++ b/sfdp.c @@ -131,10 +131,6 @@ int j;
msg_cdbg("Parsing JEDEC flash parameter table... "); - if (len != 9 * 4 && len != 4 * 4) { - msg_cdbg("%s: len out of spec\n", __func__); - return 1; - } msg_cdbg2("\n");
/* 1. double word */