Attention is currently required from: Henry Sun, EricR Lai. Marco Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51288 )
Change subject: mb/google/octopus/var/fleex: Only check LTE sku on fleex ......................................................................
Patch Set 1:
(2 comments)
File src/mainboard/google/octopus/variants/fleex/variant.c:
https://review.coreboot.org/c/coreboot/+/51288/comment/ba9a5d59_4d25193e PS1, Line 10: 20 0x20?
https://review.coreboot.org/c/coreboot/+/51288/comment/9cfb8af7_c6d8dced PS1, Line 33: if (!is_lte_sku()) I think we can move the check just into is_lte_sku() since the function name is for all LTE SKU in this variant instead of just LTE SKU inside fleex but not grabbiter or orbatrix.