Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/82725?usp=email )
Change subject: mb/system76/rpl: Fix addw4 Kconfig name ......................................................................
mb/system76/rpl: Fix addw4 Kconfig name
Change-Id: I1ed280c1e62e0f094fd40d2165892240f76de390 Fixes: 29f1b791270b ("mb/system76/rpl: Add Adder WS 4 as a variant") Signed-off-by: Tim Crawford tcrawford@system76.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/82725 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Jeremy Soller jeremy@system76.com Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M src/mainboard/system76/rpl/Kconfig.name 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Felix Singer: Looks good to me, approved Jeremy Soller: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/system76/rpl/Kconfig.name b/src/mainboard/system76/rpl/Kconfig.name index 57c3de7..4184265 100644 --- a/src/mainboard/system76/rpl/Kconfig.name +++ b/src/mainboard/system76/rpl/Kconfig.name @@ -4,7 +4,7 @@ bool "addw3"
config BOARD_SYSTEM76_ADDW4 - bool "addw3" + bool "addw4"
config BOARD_SYSTEM76_BONW15 bool "bonw15"