summaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/fspcar.c
diff options
context:
space:
mode:
authorRichard Spiegel <richard.spiegel@amd.corp-partner.google.com>2018-11-02 08:25:00 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-11-07 16:43:15 +0000
commitbd48b235fce91c53267063d00b912f621052ce6a (patch)
tree923aa46894bb32453eef04cf606730d4b7ee5884 /src/soc/intel/skylake/fspcar.c
parent69b18f0b6826ecfd794594b4ae5ebf299e9378ba (diff)
downloadcoreboot-bd48b235fce91c53267063d00b912f621052ce6a.tar.xz
southbridge/amd/pi/hudson: Get rid of void pointer math
Pointer math with void pointers is illegal in many compilers, though it works with GCC because it assumes size of void to be 1. Change the pointers or add parenthesis to force a proper order that will not cause compile errors if compiled with a different compiler, and more importantly, don't have unsuspected side effects. BUG=b:118484178 TEST=Build AMD Bettong. Change-Id: I4167c7eeb9339937b064e81e615ceb65f4689082 Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/29438 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/intel/skylake/fspcar.c')
0 files changed, 0 insertions, 0 deletions