soc/intel/common/block/fast_spi/Makefile.inc: Remove spaces before tabs

Change-Id: Id2b408e24f74367777b1b949623d6692f2f19e6d
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72076
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Elyes Haouas 2023-01-19 06:57:26 +01:00
parent 39108a73cd
commit 0dc1a005d8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ $(call add_intermediate, check-fmap-16mib-crossing, $(obj)/fmap_config.h)
if [ $$((flash_size)) -le $$((0x1000000)) ]; then \
exit; \
fi; \
bios_16M_boundary=$$((flash_size-0x1000000)); \
bios_16M_boundary=$$((flash_size-0x1000000)); \
for x in $$(grep "FMAP_TERMINAL_SECTIONS" < $< | cut -d\" -f2); \
do \
start=$$(fmap_get "FMAP_SECTION_$${x}_START"); \