summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0/firdata/pnorData_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_gpe0/firdata/pnorData_common.h')
-rw-r--r--src/occ_gpe0/firdata/pnorData_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_gpe0/firdata/pnorData_common.h b/src/occ_gpe0/firdata/pnorData_common.h
index 3037e39..8ec238c 100644
--- a/src/occ_gpe0/firdata/pnorData_common.h
+++ b/src/occ_gpe0/firdata/pnorData_common.h
@@ -144,8 +144,8 @@ static inline PNOR_Trgt_t PNOR_getTrgt( uint32_t i_trgtType, uint32_t i_chipPos,
/* NOTE: This structure is 4-byte word aligned. */
typedef struct __attribute__((packed))
{
- uint32_t addr; /** 32-bit address */
uint64_t val; /** 64-bit value */
+ uint32_t addr; /** 32-bit address */
} PNOR_Reg_t;
OpenPOWER on IntegriCloud