mb/google/guybrush: Set FWM position to an upper address
Setting other places causes build error. BUG=b:178241112 TEST=Build Change-Id: I85d5d44c458feed38d69f21f899d6b4380963ec7 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49825 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
7c0e49b24a
commit
76e72a0dd5
|
@ -22,6 +22,12 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "Guybrush" if BOARD_GOOGLE_GUYBRUSH
|
||||
|
||||
config AMD_FWM_POSITION_INDEX
|
||||
int
|
||||
default 3
|
||||
help
|
||||
TODO: might need to be adapted for better placement of files in cbfs
|
||||
|
||||
config DEVICETREE
|
||||
string
|
||||
default "variants/baseboard/devicetree.cb"
|
||||
|
|
Loading…
Reference in New Issue