Actions
Bug #488
closedUnit test fails when erase/write optimisations are enabled
Start date:
05/01/2023
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
In flashrom.c change
-static bool use_legacy_erase_path = true;
+static bool use_legacy_erase_path = false;
This test failed: full_chip_erase_with_wp_dummyflasher_test_success
[ ERROR ] --- 0x1 != 0
[ LINE ] --- ../tests/chip_wp.c:288: error: Failure!
Actions