google/trogdor: Don't build for rev0 by default
We've mostly stopped using Trogdor-rev0 now and are starting to bring up rev2 instead. Therefore, the default revisions this builds for should be the newer ones. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: Ie433ebb2a03fb1636b5012b4a0567ba6f982579d Reviewed-on: https://review.coreboot.org/c/coreboot/+/52007 Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d90f8ac741
commit
ffa83fc7f8
|
@ -5,7 +5,6 @@ config BOARD_GOOGLE_TROGDOR_COMMON # Umbrella option to be selected by variants
|
|||
if BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
||||
config TROGDOR_REV0
|
||||
def_bool y if BOARD_GOOGLE_TROGDOR
|
||||
def_bool n
|
||||
|
||||
config TROGDOR_HAS_FINGERPRINT
|
||||
|
|
Loading…
Reference in New Issue