summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c')
-rw-r--r--src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c b/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
index 2737b282e044..74d337caeba2 100644
--- a/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
+++ b/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c
@@ -13,6 +13,7 @@
*/
#include <stdint.h>
+#include <compiler.h>
/* Function unit addresses. */
enum {
@@ -642,7 +643,7 @@ struct lp0_header {
uint32_t destination; // Where to load the blob in iRAM.
uint32_t entry_point; // Entry point for the blob.
uint32_t code_length; // Length of just the data.
-} __attribute__((packed));
+} __packed;
struct lp0_header header __attribute__((section(".header"))) =
{