From 0f9fbd6861ed70919c219969d0168947f1760653 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Fri, 2 Mar 2018 12:00:42 +1030 Subject: pnor_partition_table: Fixes for flag handling in writeUserData() This is a collection of small fixes: * Always initialise the field for PARTITION_ECC_PROTECTED so it doesn't contain garbage * Provide a warning when we encounter a flag we don't understand * Ignore empty flags so we don't trigger the unknown flag warning * Unset the READONLY bit if we encounter READWRITE, implementing last-configuration-wins rather than sticky-readonly Change-Id: I3dd45139716fe241f9d3e7997e1269d13de638ca Signed-off-by: Andrew Jeffery --- test/vpnor/Makefile.am.include | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/vpnor/Makefile.am.include') diff --git a/test/vpnor/Makefile.am.include b/test/vpnor/Makefile.am.include index 4defe01..2a39ae1 100644 --- a/test/vpnor/Makefile.am.include +++ b/test/vpnor/Makefile.am.include @@ -121,6 +121,4 @@ check_PROGRAMS += \ %reldir%/toc_no_end \ %reldir%/toc_no_version \ %reldir%/toc_flags - -XFAIL_TESTS += %reldir%/toc_flags endif -- cgit v1.2.1