diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2024-08-23 11:21:50 -0600 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2024-09-05 13:33:21 +0000 |
commit | 3cb75c50b8274dc6ff11be521acd61a2184ba666 (patch) | |
tree | eb1efd2d34cfcb40759ae3b42b97c4d9a597527b /src/mainboard/google/brox/variants/jubilant/overridetree.cb | |
parent | 1ef8da2f5bc36c5a9276e25d5ff0f7ce4b6a5d19 (diff) |
mb/google/brox/var/jubilant: Remove STORAGE_UNKNOWN fw_config option
With `probe unprovisioned` fw_config rule, there is no need to define an
explicit STORAGE_UNKNOWN option. Hence remove it.
BUG=None
TEST=Build Jubilant FW image.
Change-Id: I4f6ace4b39a1ee0b63486d3872b20c8da719ae4a
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84095
Reviewed-by: Bob Moragues <moragues@google.com>
Reviewed-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brox/variants/jubilant/overridetree.cb')
-rw-r--r-- | src/mainboard/google/brox/variants/jubilant/overridetree.cb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/brox/variants/jubilant/overridetree.cb b/src/mainboard/google/brox/variants/jubilant/overridetree.cb index f6dac2fc9e..52a3236d38 100644 --- a/src/mainboard/google/brox/variants/jubilant/overridetree.cb +++ b/src/mainboard/google/brox/variants/jubilant/overridetree.cb @@ -1,6 +1,5 @@ fw_config field STORAGE 2 3 - option STORAGE_UNKNOWN 0 option STORAGE_UFS 1 option STORAGE_NVME 2 end @@ -278,7 +277,6 @@ chip soc/intel/alderlake .flags = PCIE_RP_LTR | PCIE_RP_AER, }" probe STORAGE STORAGE_NVME - probe STORAGE STORAGE_UNKNOWN probe unprovisioned end device ref pcie_rp5 on @@ -320,12 +318,10 @@ chip soc/intel/alderlake device generic 0 alias ish_conf on end end probe STORAGE STORAGE_UFS - probe STORAGE STORAGE_UNKNOWN probe unprovisioned end device ref ufs on probe STORAGE STORAGE_UFS - probe STORAGE STORAGE_UNKNOWN probe unprovisioned end device ref i2c0 on |