Ravi kumar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42730 )
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
trogdor: Add board variant checks in Kconfig
Diffentiate Lazor and trogdor build configuration
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I3ad413ea6e658e939796bebdff8c1e0dd76417cc --- M src/mainboard/google/trogdor/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/42730/1
diff --git a/src/mainboard/google/trogdor/Kconfig b/src/mainboard/google/trogdor/Kconfig index dfd98f0..9f0e037 100644 --- a/src/mainboard/google/trogdor/Kconfig +++ b/src/mainboard/google/trogdor/Kconfig @@ -5,7 +5,8 @@ if BOARD_GOOGLE_TROGDOR_COMMON
config TROGDOR_REV0 - def_bool y + def_bool y if BOARD_GOOGLE_TROGDOR + def_bool n if BOARD_GOOGLE_LAZOR
config BOARD_SPECIFIC_OPTIONS def_bool y
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42730 )
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42730/1/src/mainboard/google/trogdo... File src/mainboard/google/trogdor/Kconfig:
https://review.coreboot.org/c/coreboot/+/42730/1/src/mainboard/google/trogdo... PS1, Line 8: def_bool y if BOARD_GOOGLE_TROGDOR Please change the whole thing to
bool default y if BOARD_GOOGLE_TROGDOR default n
so it will get the right default for future boards too. (In general I want to eventually default this to n for Trogdor too, but we can wait with that until you guys have mostly moved off of rev0.
Hello build bot (Jenkins), Manideep Kurumella, mturney mturney, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42730
to look at the new patch set (#3).
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
trogdor: Add board variant checks in Kconfig
Diffentiate Lazor and trogdor build configuration
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I3ad413ea6e658e939796bebdff8c1e0dd76417cc --- M src/mainboard/google/trogdor/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/42730/3
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42730 )
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
Patch Set 4: Code-Review+2
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42730 )
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
Patch Set 4:
(1 comment)
Please remember to mark comments as resolved when you resolve them.
https://review.coreboot.org/c/coreboot/+/42730/1/src/mainboard/google/trogdo... File src/mainboard/google/trogdor/Kconfig:
https://review.coreboot.org/c/coreboot/+/42730/1/src/mainboard/google/trogdo... PS1, Line 8: def_bool y if BOARD_GOOGLE_TROGDOR
Please change the whole thing to […]
Done
Julius Werner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42730 )
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
trogdor: Add board variant checks in Kconfig
Diffentiate Lazor and trogdor build configuration
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I3ad413ea6e658e939796bebdff8c1e0dd76417cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/42730 Reviewed-by: Julius Werner jwerner@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/trogdor/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved
diff --git a/src/mainboard/google/trogdor/Kconfig b/src/mainboard/google/trogdor/Kconfig index dfd98f0..0500574 100644 --- a/src/mainboard/google/trogdor/Kconfig +++ b/src/mainboard/google/trogdor/Kconfig @@ -5,7 +5,8 @@ if BOARD_GOOGLE_TROGDOR_COMMON
config TROGDOR_REV0 - def_bool y + def_bool y if BOARD_GOOGLE_TROGDOR + def_bool n
config BOARD_SPECIFIC_OPTIONS def_bool y