diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-12-08 19:20:16 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-12 15:19:45 +0000 |
commit | d3690ee19c2682b4b90e9a2a1ef27609e39d8b24 (patch) | |
tree | 64b2ff8d751414fa2b19fad221e4d6b607e29c2b /src/include/fallback.h | |
parent | 355471aa74be71a302e703c3d0ef4e1d01cc08a0 (diff) |
vc/amd/fsp/glinda/FspmUpd: don't use pointers for usb_phy config
The size of a pointer changes between a 32 and 64 bit coreboot build. In
order to be able to use a 32 bit FSP in a 64 bit coreboot build, change
the pointer in the UPDs to a uint32_t to always have a 32 bit field in
the UPD for this.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I5db2587ff74432a0ce1805d8d7ae76d650693eea
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70506
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/include/fallback.h')
0 files changed, 0 insertions, 0 deletions