diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-19 06:57:26 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-20 05:35:57 +0000 |
commit | 0dc1a005d8f8f2615009db98b52d0c5e1d509af8 (patch) | |
tree | f620559a56ea30ba58b299578b5d709c34d65338 /src/soc | |
parent | 39108a73cdee4dca33b05102b44af08d628f59ec (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/fast_spi/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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"); \ |