]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ddr_spd.h
efi_loader: fix building crt0 on arm
[people/ms/u-boot.git] / include / ddr_spd.h
index cf2aac6ae4274735140260e87edf98f105e78f0c..20dc9ea1a6da11996ce47871e45db8198745b104 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * Copyright 2008-2014 Freescale Semiconductor, Inc.
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * Version 2 as published by the Free Software Foundation.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef _DDR_SPD_H_
@@ -384,9 +382,11 @@ struct ddr4_spd_eeprom_s {
                        /* 135 Register Revision Number */
                        uint8_t reg_rev;
                        /* 136 Address mapping from register to DRAM */
-                       uint8_t reg_map;
-                       /* 137~253 Reserved */
-                       uint8_t res_137[254-137];
+                       u8 reg_map;
+                       u8 ca_stren;
+                       u8 clk_stren;
+                       /* 139~253 Reserved */
+                       u8 res_137[254 - 139];
                        /* 254~255 CRC */
                        uint8_t crc[2];
                } registered;