Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13540 -gerrit commit 0297f5b4ad05ac211c8d65bcedc6e3551581a9d9 Author: Martin Roth <martinroth@google.com> Date: Sun Jan 31 10:39:47 2016 -0700 Kconfig: indent with tabs, not spaces. Change-Id: I8996f8ab739a07014a4189738b5624485d752d9d Signed-off-by: Martin Roth <martinroth@google.com> --- src/mainboard/google/oak/Kconfig | 2 +- src/soc/intel/skylake/Kconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig index d63bdef..33f10be 100644 --- a/src/mainboard/google/oak/Kconfig +++ b/src/mainboard/google/oak/Kconfig @@ -48,7 +48,7 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS default 0 config DRIVER_TPM_I2C_BUS - hex + hex default 0x2 config DRIVER_TPM_I2C_ADDR diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index 35b2a18..0ebdaa4 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -181,9 +181,9 @@ config DCACHE_RAM_SIZE_TOTAL default 0x40000 config SKIP_FSP_CAR - bool "Skip cache as RAM setup in FSP" - default y - help - Skip Cache as RAM setup in FSP. + bool "Skip cache as RAM setup in FSP" + default y + help + Skip Cache as RAM setup in FSP. endif