diff options
author | Martin Roth <gaumless@gmail.com> | 2015-07-01 19:38:29 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-07-03 22:30:10 +0200 |
commit | 45895f1e7dcce9fdeb8b18afb1cf78f0aa4a9c08 (patch) | |
tree | fcda4fef30bb43cd32f11b4f372c25893a3da609 /src/soc/nvidia | |
parent | ac83367a7b2bc7a3a75e649fcbf6428ef6c9ccdd (diff) | |
download | coreboot-45895f1e7dcce9fdeb8b18afb1cf78f0aa4a9c08.tar.xz |
Kconfig whitespace cleanup: Change leading spaces to tabs
Change-Id: Icab6bd9f55f086da7b51ae463f34e29366d50e1a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10764
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/nvidia')
-rw-r--r-- | src/soc/nvidia/tegra210/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig index b0f3a02304..9a707fad63 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 |