diff options
author | YH Lin <yueherngl@google.com> | 2023-08-31 09:08:55 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-09-02 16:20:24 +0000 |
commit | 21db65d95b74052588ba11275836a095d1498b09 (patch) | |
tree | 29db638d9d583246c6dc3a3516ffabccbad5c641 /src | |
parent | 5879b61302863c1b168c11c924e3e0ee575e7116 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rex/variants/screebo/overridetree.cb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index 63c753e1bd..1774bc7619 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -19,9 +19,8 @@ fw_config 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 |