X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fddr_spd.h;h=fe163da43e562b06c19d5ba13a30faf96e0b9423;hb=b4f901042807e59061a862adc265d8f899b2243f;hp=cf2aac6ae4274735140260e87edf98f105e78f0c;hpb=34e026f9b1eb3bcffb38e7787c2e6eac0e88ba85;p=u-boot diff --git a/include/ddr_spd.h b/include/ddr_spd.h index cf2aac6ae4..fe163da43e 100644 --- a/include/ddr_spd.h +++ b/include/ddr_spd.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * 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. */ #ifndef _DDR_SPD_H_ @@ -384,9 +381,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;