aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-07-06 16:21:02 +0200
committerArthur Heymans <arthur@aheymans.xyz>2022-05-12 11:12:42 +0000
commit9cad23a504aa328a59a4100a8b07e97ef009257b (patch)
tree5b4c20ddc84710a707fe1a593780ac773db2a111 /src
parent8ceef408e739a2e6745850fb048a98e07c8d6351 (diff)
soc/intel/common/block/fast_spi/Makefile.inc: Improve cosmetics
Change-Id: I41bbdabf7b846386651e64f4afb5b7b9fb38e1cb Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56118 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@tutanota.com> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/block/fast_spi/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/fast_spi/Makefile.inc b/src/soc/intel/common/block/fast_spi/Makefile.inc
index ff8517d64e..62c744f0fb 100644
--- a/src/soc/intel/common/block/fast_spi/Makefile.inc
+++ b/src/soc/intel/common/block/fast_spi/Makefile.inc
@@ -41,8 +41,7 @@ smm-y += mmap_boot.c
# region within the SPI flash crosses this boundary, then the check complains
# and exits.
-$(call add_intermediate, check-fmap-16mib-crossing)
-check-fmap-16mib-crossing: $(obj)/fmap_config.h
+$(call add_intermediate, check-fmap-16mib-crossing, $(obj)/fmap_config.h)
fmap_get() { awk "/$$1/ { print \$$NF }" < $<; }; \
\
flash_offset=$$(fmap_get FMAP_SECTION_FLASH_START); \