diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-10-10 14:22:50 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-17 12:01:15 +0000 |
commit | 900fcb50f4c9559737955f4ad51dae9e3deb5e57 (patch) | |
tree | 2153929dfd0a4f0ca22b934a912d43dc26891707 /src/mainboard/lenovo/t530 | |
parent | e1de6482d05509f8109c97ff2cd4270dddde1012 (diff) |
mb/lenovo/t530: Fix double indentation in Kconfig.name
There is no need to indent these lines with two tabs.
Change-Id: I2164f4e3ea48db8dc5242a55b0452782dae19a4b
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28989
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig.name | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig.name b/src/mainboard/lenovo/t530/Kconfig.name index 9bcd2c56e1..446a22523e 100644 --- a/src/mainboard/lenovo/t530/Kconfig.name +++ b/src/mainboard/lenovo/t530/Kconfig.name @@ -1,7 +1,7 @@ config BOARD_LENOVO_T530 - bool "ThinkPad T530" - select BOARD_LENOVO_BASEBOARD_T530 + bool "ThinkPad T530" + select BOARD_LENOVO_BASEBOARD_T530 config BOARD_LENOVO_W530 - bool "ThinkPad W530" - select BOARD_LENOVO_BASEBOARD_T530 + bool "ThinkPad W530" + select BOARD_LENOVO_BASEBOARD_T530 |