summaryrefslogtreecommitdiff
path: root/src/include/device/dram/ddr2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/dram/ddr2.h')
-rw-r--r--src/include/device/dram/ddr2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/dram/ddr2.h b/src/include/device/dram/ddr2.h
index ea9b3ba535..288c10298a 100644
--- a/src/include/device/dram/ddr2.h
+++ b/src/include/device/dram/ddr2.h
@@ -119,6 +119,8 @@ union dimm_flags_st {
unsigned bl4:1;
/* DIMM Package is stack */
unsigned stacked:1;
+ /* the assembly supports self refresh */
+ unsigned self_refresh:1;
};
unsigned int raw;
};