From c820375a86805faf189199c681b8bdeef900fc20 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sun, 20 May 2018 01:40:23 +0200 Subject: [PATCH] Make struct tegra_pmc not packed --- fusee/fusee-primary/src/pmc.h | 2 +- fusee/fusee-secondary/src/pmc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fusee/fusee-primary/src/pmc.h b/fusee/fusee-primary/src/pmc.h index 3acb5e0b7..d01f0d58c 100644 --- a/fusee/fusee-primary/src/pmc.h +++ b/fusee/fusee-primary/src/pmc.h @@ -29,7 +29,7 @@ /** * Definitions of the Tegra PMC. */ -struct PACKED tegra_pmc { +struct tegra_pmc { uint32_t cntrl; uint32_t sec_disable; uint32_t pmc_swrst; diff --git a/fusee/fusee-secondary/src/pmc.h b/fusee/fusee-secondary/src/pmc.h index 3acb5e0b7..d01f0d58c 100644 --- a/fusee/fusee-secondary/src/pmc.h +++ b/fusee/fusee-secondary/src/pmc.h @@ -29,7 +29,7 @@ /** * Definitions of the Tegra PMC. */ -struct PACKED tegra_pmc { +struct tegra_pmc { uint32_t cntrl; uint32_t sec_disable; uint32_t pmc_swrst;