Martin Roth (gaumless@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10764
-gerrit
commit 8eeac6d80834ef42f6e4326f3dec9c1632bbf2b6 Author: Martin Roth gaumless@gmail.com Date: Wed Jul 1 19:38:29 2015 -0600
Kconfig whitespace cleanup: Change leading spaces to tabs
Change-Id: Icab6bd9f55f086da7b51ae463f34e29366d50e1a Signed-off-by: Martin Roth gaumless@gmail.com --- src/mainboard/google/foster/Kconfig | 14 +++++++------- src/mainboard/google/smaug/Kconfig | 14 +++++++------- src/soc/nvidia/tegra210/Kconfig | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/mainboard/google/foster/Kconfig b/src/mainboard/google/foster/Kconfig index 571a3b1..765efc7 100644 --- a/src/mainboard/google/foster/Kconfig +++ b/src/mainboard/google/foster/Kconfig @@ -20,7 +20,7 @@ if BOARD_GOOGLE_FOSTER
config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y + def_bool y select BOARD_ID_AUTO select BOARD_ROMSIZE_KB_4096 select CHROMEOS_VBNV_FLASH @@ -34,16 +34,16 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SPI_FLASH_WINBOND
config MAINBOARD_DIR - string - default google/foster + string + default google/foster
config MAINBOARD_PART_NUMBER - string - default "Foster" + string + default "Foster"
config DRAM_SIZE_MB - int - default 2048 + int + default 2048
choice prompt "BCT boot media" diff --git a/src/mainboard/google/smaug/Kconfig b/src/mainboard/google/smaug/Kconfig index e96c7c6..79bc732 100644 --- a/src/mainboard/google/smaug/Kconfig +++ b/src/mainboard/google/smaug/Kconfig @@ -20,7 +20,7 @@ if BOARD_GOOGLE_SMAUG
config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y + def_bool y select BOARD_ID_AUTO select BOARD_ROMSIZE_KB_16384 select CHROMEOS_VBNV_EC @@ -38,16 +38,16 @@ config BOARD_SPECIFIC_OPTIONS # dummy select RAM_CODE_SUPPORT
config MAINBOARD_DIR - string - default google/smaug + string + default google/smaug
config MAINBOARD_PART_NUMBER - string - default "Smaug" + string + default "Smaug"
config DRAM_SIZE_MB - int - default 2048 + int + default 2048
choice prompt "BCT boot media" diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig index b0f3a02..9a707fa 100644 --- a/src/soc/nvidia/tegra210/Kconfig +++ b/src/soc/nvidia/tegra210/Kconfig @@ -104,8 +104,8 @@ config TRUSTZONE_CARVEOUT_SIZE_MB
# Default to 700MHz. This value is based on nv bootloader setting. config PLLX_KHZ - int - default 700000 + int + default 700000 endif
config HAVE_MTC