mb/clevo/cml-u: Rename `BOARD_CLEVO_L140CU_OPTIONS`
Rename `BOARD_CLEVO_L140CU_OPTIONS` to `BOARD_CLEVO_L140CU_BASE` to make clear that this option represents the baseboard. Change-Id: I76690626fddafc8e3c37ef760aeb4f064fb6b591 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52480 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7dc57159fe
commit
1ee8e8e0de
|
@ -17,7 +17,7 @@ config BOARD_CLEVO_CMLU_COMMON
|
||||||
select SPD_READ_BY_WORD
|
select SPD_READ_BY_WORD
|
||||||
select SYSTEM_TYPE_LAPTOP
|
select SYSTEM_TYPE_LAPTOP
|
||||||
|
|
||||||
config BOARD_CLEVO_L140CU_OPTIONS
|
config BOARD_CLEVO_L140CU_BASE
|
||||||
bool
|
bool
|
||||||
select BOARD_CLEVO_CMLU_COMMON
|
select BOARD_CLEVO_CMLU_COMMON
|
||||||
select EC_SYSTEM76_EC
|
select EC_SYSTEM76_EC
|
||||||
|
|
|
@ -2,4 +2,4 @@ comment "Comet Lake U"
|
||||||
|
|
||||||
config BOARD_CLEVO_L140CU
|
config BOARD_CLEVO_L140CU
|
||||||
bool "L140CU / L141CU"
|
bool "L140CU / L141CU"
|
||||||
select BOARD_CLEVO_L140CU_OPTIONS
|
select BOARD_CLEVO_L140CU_BASE
|
||||||
|
|
Loading…
Reference in New Issue