From 3d15e71d67bf08373bd347c8dbd04f5a1250c24a Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Tue, 3 Jul 2018 12:30:42 -0500 Subject: Update comment in getSbeVersionViaChipop to be correct Previously it was saying the size of the version read was 3*128 bytes but it is actually 2*128 bytes. Change-Id: I884da84f82f64de4d2562e77907b375cfbba23e3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62181 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi Reviewed-by: Matt Derksen Reviewed-by: Daniel M. Crowell --- src/usr/sbe/sbe_update.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C index 3d013b418..a978d6a7e 100644 --- a/src/usr/sbe/sbe_update.C +++ b/src/usr/sbe/sbe_update.C @@ -2624,7 +2624,7 @@ errlHndl_t getSeepromSideVersionViaChipOp(TARGETING::Target* i_target, //Set up the buffer which the SBE will copy the version info to //Add 127 bytes to the buffer length so we can guarantee a 128 byte aligned addr - //Note that the SBE_SEEPROM_VERSION_READ_SIZE is 3 * 128 Bytes to be cacheline aligned + //Note that the SBE_SEEPROM_VERSION_READ_SIZE is 2 * 128 Bytes to be cacheline aligned uint8_t * l_seepromReadBuffer = static_cast( malloc(SBE_SEEPROM_VERSION_READ_SIZE + 127 )); -- cgit v1.2.3