diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-08-08 09:33:28 -0700 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2016-08-09 03:07:51 +0200 |
commit | 32f54508ecdc9a19fb67805baf67d9853e6d35a4 (patch) | |
tree | 94a9950ec7db21e17fe49f361c428a5ef5ed0128 /src/vendorcode/intel | |
parent | 480a38f64daa055f5d65d8f1eb3ab5b01dbf2c93 (diff) |
soc/intel/quark: Remove TODO message from FspUpdVpd.h
Remove the TODO message from FspUpdVpd.h
TEST=Build and run on Galileo Gen2
Change-Id: Icd565c6062ef59b1e4a68310bb6f9ed62fb014af
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/16114
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'src/vendorcode/intel')
-rw-r--r-- | src/vendorcode/intel/fsp/fsp1_1/quark/FspUpdVpd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vendorcode/intel/fsp/fsp1_1/quark/FspUpdVpd.h b/src/vendorcode/intel/fsp/fsp1_1/quark/FspUpdVpd.h index 2c7e81265c..c27a156624 100644 --- a/src/vendorcode/intel/fsp/fsp1_1/quark/FspUpdVpd.h +++ b/src/vendorcode/intel/fsp/fsp1_1/quark/FspUpdVpd.h @@ -36,9 +36,6 @@ are permitted provided that the following conditions are met: #pragma pack(1) -/** TODO - Port to fit Quark SoC. -**/ - #define MAX_CHANNELS_NUM 1 #define MAX_DIMMS_NUM 1 |