diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/marasov/overridetree.cb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index 6b6fd3e57a..b09d2f30ce 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -13,8 +13,9 @@ fw_config option THERMAL_15W 1 end field STORAGE 30 31 - option STORAGE_NVME 0 - option STORAGE_UFS 1 + option STORAGE_UNKNOWN 0 + option STORAGE_NVME 1 + option STORAGE_UFS 2 end end @@ -123,6 +124,7 @@ chip soc/intel/alderlake .clk_req = 1, .flags = PCIE_RP_LTR | PCIE_RP_AER, }" + probe STORAGE STORAGE_UNKNOWN probe STORAGE STORAGE_NVME end device ref ish on |