aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/sch/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/sch/raminit.h')
-rw-r--r--src/soc/intel/sch/raminit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/sch/raminit.h b/src/soc/intel/sch/raminit.h
index 4a81ec1580..0d4f436726 100644
--- a/src/soc/intel/sch/raminit.h
+++ b/src/soc/intel/sch/raminit.h
@@ -16,6 +16,8 @@
#ifndef RAMINIT_H
#define RAMINIT_H
+#include <compiler.h>
+
/**
* Bit Equates
**/
@@ -171,7 +173,7 @@ struct sys_info {
u8 ram_param_source; /*DRAM Parameter Source SPD/SoftStraps(R) Block (down memory) */
u8 boot_path;
-} __attribute__ ((packed));
+} __packed;
void sdram_initialize(int boot_mode);