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>
This commit is contained in:
parent
8ceef408e7
commit
9cad23a504
|
@ -41,8 +41,7 @@ smm-y += mmap_boot.c
|
||||||
# region within the SPI flash crosses this boundary, then the check complains
|
# region within the SPI flash crosses this boundary, then the check complains
|
||||||
# and exits.
|
# and exits.
|
||||||
|
|
||||||
$(call add_intermediate, check-fmap-16mib-crossing)
|
$(call add_intermediate, check-fmap-16mib-crossing, $(obj)/fmap_config.h)
|
||||||
check-fmap-16mib-crossing: $(obj)/fmap_config.h
|
|
||||||
fmap_get() { awk "/$$1/ { print \$$NF }" < $<; }; \
|
fmap_get() { awk "/$$1/ { print \$$NF }" < $<; }; \
|
||||||
\
|
\
|
||||||
flash_offset=$$(fmap_get FMAP_SECTION_FLASH_START); \
|
flash_offset=$$(fmap_get FMAP_SECTION_FLASH_START); \
|
||||||
|
|
Loading…
Reference in New Issue