diff options
author | Amanda Huang <amanda_hwang@compal.corp-partner.google.com> | 2024-06-25 16:33:18 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-06-26 18:06:04 +0000 |
commit | 79d7f3a13ed59515bee0d043c3fda79854201858 (patch) | |
tree | 93ac8113453940270f3187f2bf27bcf62d8992ac | |
parent | 4f9bab7ac0a14efebdc3de00811aed2980ce4cca (diff) |
mb/google/trulo/var/orisa: Add STORAGE_NVME in fw_config storage field
Follow nissa baseboard setting for storage field.
option STORAGE_EMMC 0
option STORAGE_NVME 1
option STORAGE_UFS 2
BUG=b:333486830
BRANCH=firmware-nissa-15217.B
TEST=emerge-nissa coreboot chromeos-bootimage
Change-Id: I75b4b3037c245f7d517cb33d487f71da98f6c4e8
Signed-off-by: Amanda Huang <amanda_hwang@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83207
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
-rw-r--r-- | src/mainboard/google/brya/variants/orisa/overridetree.cb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/orisa/overridetree.cb b/src/mainboard/google/brya/variants/orisa/overridetree.cb index 832e0c91e6..4540e627b4 100644 --- a/src/mainboard/google/brya/variants/orisa/overridetree.cb +++ b/src/mainboard/google/brya/variants/orisa/overridetree.cb @@ -5,7 +5,8 @@ fw_config end field STORAGE 30 31 option STORAGE_EMMC 0 - option STORAGE_UFS 1 + option STORAGE_NVME 1 + option STORAGE_UFS 2 end end |