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>
This commit is contained in:
parent
e1de6482d0
commit
900fcb50f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue