Attention is currently required from: Jason Glenesk, Marshall Dawson, Zheng Bao, Felix Held. Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/49816
to review the following change.
Change subject: soc/amd/picasso: Give FWM position index a default value ......................................................................
soc/amd/picasso: Give FWM position index a default value
This is for avoiding an empty string which causes building error.
Change-Id: Ib56a86fa70c50eff7144086730d2a4521af62a5a Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/picasso/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/49816/1
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index d3c0ef7..769ecef 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -366,6 +366,7 @@ config AMD_FWM_POSITION_INDEX int "Firmware Directory Table location (0 to 5)" range 0 5 + default 4 default 0 if BOARD_ROMSIZE_KB_512 default 1 if BOARD_ROMSIZE_KB_1024 default 2 if BOARD_ROMSIZE_KB_2048