Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/77596?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/google/rex/var/screebo: remove SD_ABSENT ......................................................................
mb/google/rex/var/screebo: remove SD_ABSENT
Remove SD_ABSENT since it's not being used, and CBI FW_CONFIG in current build does not reflect this config neither.
BUG=b:291155207 TEST=emerge-rex coreboot
Change-Id: Icfa472ff5570ac728038ec67a762289407760812 Signed-off-by: YH Lin yueherngl@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/77596 Reviewed-by: Subrata Banik subratabanik@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/rex/variants/screebo/overridetree.cb 1 file changed, 2 insertions(+), 3 deletions(-)
Approvals: Subrata Banik: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index 63c753e..1774bc7 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -19,9 +19,8 @@ option TOUCHSCREEN_ELAN 2 end field DB_SD 11 12 - option SD_ABSENT 0 - option SD_GL9750 1 - option SD_RTS5227S 2 + option SD_GL9750 0 + option SD_RTS5227S 1 end end