diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2015-01-04 16:23:41 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-01-09 05:30:29 +0100 |
commit | 9c2aa697258c2aaaa9d4956ff5c7986036aff977 (patch) | |
tree | 8a548f3560d7d816119da5b1db54ff5a206b8889 /src/mainboard/lenovo/x230 | |
parent | 1d7f5c5c37c37ff4f9792803147dc94482cf71ae (diff) | |
download | coreboot-9c2aa697258c2aaaa9d4956ff5c7986036aff977.tar.xz |
asrock/e350m1, lenovo/x2x0 Kconfig: fix indentation
Change-Id: Ide09e129fd9400eb20f9b7bb3cd0e5d6d271e372
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/8176
Tested-by: build bot (Jenkins)
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x230')
-rw-r--r-- | src/mainboard/lenovo/x230/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig index 1a1e0189ec..8599cebdbc 100644 --- a/src/mainboard/lenovo/x230/Kconfig +++ b/src/mainboard/lenovo/x230/Kconfig @@ -49,8 +49,8 @@ config MAX_CPUS default 8 config USBDEBUG_HCD_INDEX - int - default 2 + int + default 2 config DRAM_RESET_GATE_GPIO int |