Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87289?usp=email )
Change subject: soc/amd/mendocino/Makefile.mk: Fix syntax with trailing "/" ......................................................................
soc/amd/mendocino/Makefile.mk: Fix syntax with trailing "/"
It doesn't cause any problems, because the next line is empty. But it is wrong nonetheless.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I8f1e99e06575e769f5698e4cd86e44f0b4df8a07 --- M src/soc/amd/mendocino/Makefile.mk 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/87289/1
diff --git a/src/soc/amd/mendocino/Makefile.mk b/src/soc/amd/mendocino/Makefile.mk index 69578d1..be7f4da 100644 --- a/src/soc/amd/mendocino/Makefile.mk +++ b/src/soc/amd/mendocino/Makefile.mk @@ -52,10 +52,10 @@ endif # ($(CONFIG_CBFS_VERIFICATION), y)
MENDOCINO_FW_A_POSITION=$(call int-add, \ - $(call get_fmap_value,FMAP_SECTION_FW_MAIN_A_START) $(AMD_FW_AB_POSITION)) \ + $(call get_fmap_value,FMAP_SECTION_FW_MAIN_A_START) $(AMD_FW_AB_POSITION))
MENDOCINO_FW_B_POSITION=$(call int-add, \ - $(call get_fmap_value,FMAP_SECTION_FW_MAIN_B_START) $(AMD_FW_AB_POSITION)) \ + $(call get_fmap_value,FMAP_SECTION_FW_MAIN_B_START) $(AMD_FW_AB_POSITION))
MENDOCINO_FW_BODY_OFFSET := 0x100