From 0dc1a005d8f8f2615009db98b52d0c5e1d509af8 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 19 Jan 2023 06:57:26 +0100 Subject: [PATCH] soc/intel/common/block/fast_spi/Makefile.inc: Remove spaces before tabs Change-Id: Id2b408e24f74367777b1b949623d6692f2f19e6d Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72076 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/soc/intel/common/block/fast_spi/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/common/block/fast_spi/Makefile.inc b/src/soc/intel/common/block/fast_spi/Makefile.inc index cc65e1f23e..ddf15748ae 100644 --- a/src/soc/intel/common/block/fast_spi/Makefile.inc +++ b/src/soc/intel/common/block/fast_spi/Makefile.inc @@ -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"); \