From 93881e48920305ad8abb1c65ed680e7807cf3bb7 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 12 Sep 2015 21:40:45 +0200 Subject: [PATCH] Corrected EC region placement --- descriptor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/descriptor.h b/descriptor.h index 579e600..0de5476 100644 --- a/descriptor.h +++ b/descriptor.h @@ -129,8 +129,6 @@ typedef struct _FLASH_DESCRIPTOR_REGION_SECTION { UINT16 Region6Limit; // UINT16 Region7Base; // Reserved region UINT16 Region7Limit; // - UINT16 Region8Base; // Reserved region - UINT16 Region8Limit; // UINT16 EcBase; // EC UINT16 EcLimit; // } FLASH_DESCRIPTOR_REGION_SECTION;