From 659f97c621c085248f68cf5a63819aa4c4497206 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 19:06:14 -0700 Subject: src, util: Clean up makefile.inc in text, help & comments Signed-off-by: Martin Roth Change-Id: Ib69236fb5d68272f92405512dc231fa75ecccaa6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80125 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Felix Held --- src/mainboard/opencellular/elgon/board.fmd | 2 +- src/mainboard/opencellular/elgon/vboot.fmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/opencellular/elgon') diff --git a/src/mainboard/opencellular/elgon/board.fmd b/src/mainboard/opencellular/elgon/board.fmd index 784f3b06f7..222490c0e3 100644 --- a/src/mainboard/opencellular/elgon/board.fmd +++ b/src/mainboard/opencellular/elgon/board.fmd @@ -6,7 +6,7 @@ FLASH@0x0 16M { FMAP@0x0 0x1000 # bootblock includes trusted/non-trusted CLIB, CSIB, # and BL1FWs packaged in - # src/soc/cavium/common/Makefile.inc. + # src/soc/cavium/common/Makefile.mk. BOOTBLOCK@0x10000 0x70000 COREBOOT(CBFS)@0x80000 0xf7c000 } diff --git a/src/mainboard/opencellular/elgon/vboot.fmd b/src/mainboard/opencellular/elgon/vboot.fmd index 0d6af2d12e..77ef10d046 100644 --- a/src/mainboard/opencellular/elgon/vboot.fmd +++ b/src/mainboard/opencellular/elgon/vboot.fmd @@ -8,7 +8,7 @@ FLASH@0x0 16M { RO_FRID@0x1000 0x100 # bootblock includes trusted/non-trusted CLIB, CSIB, # and BL1FWs packaged in - # src/soc/cavium/common/Makefile.inc. + # src/soc/cavium/common/Makefile.mk. BOOTBLOCK@0x10000 0x70000 COREBOOT(CBFS)@0x80000 0x2fc000 GBB@0x37c000 0x80000 -- cgit v1.2.3