Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63623 )
Change subject: soc/intel/cmn/fast_spi: Use tab instead space ......................................................................
soc/intel/cmn/fast_spi: Use tab instead space
This patch converts whitespace into tabs to maintain the uniformity across the fast_spi_def.h file.
BUG=b:211954778 TEST=Able to build google/brya.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I56bcd263c6a5c0036e459926a25538e3448fbce6 --- M src/soc/intel/common/block/fast_spi/fast_spi_def.h 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/63623/1
diff --git a/src/soc/intel/common/block/fast_spi/fast_spi_def.h b/src/soc/intel/common/block/fast_spi/fast_spi_def.h index 353c89f..f28865d 100644 --- a/src/soc/intel/common/block/fast_spi/fast_spi_def.h +++ b/src/soc/intel/common/block/fast_spi/fast_spi_def.h @@ -140,9 +140,9 @@ #define SPIBAR_PTINX_IDX_MASK 0xffc
/* Register Offsets of BIOS Flash Program Registers */ -#define SPIBAR_RESET_LOCK 0xf0 -#define SPIBAR_RESET_CTRL 0xf4 -#define SPIBAR_RESET_DATA 0xf8 +#define SPIBAR_RESET_LOCK 0xf0 +#define SPIBAR_RESET_CTRL 0xf4 +#define SPIBAR_RESET_DATA 0xf8
/* Programmable values of Bit0 (SSL) of Set STRAP MSG LOCK (0xF0) Register */ #define SPIBAR_RESET_LOCK_DISABLE 0 /* Set_Strap Lock(SSL) Bit 0 = 0 */