Amanda Hwang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83207?usp=email )
Change subject: mb/google/trulo/var/orisa: Add STORAGE_NVME in fw_config storage field ......................................................................
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 --- M src/mainboard/google/brya/variants/orisa/overridetree.cb 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/83207/1
diff --git a/src/mainboard/google/brya/variants/orisa/overridetree.cb b/src/mainboard/google/brya/variants/orisa/overridetree.cb index 832e0c9..4540e62 100644 --- a/src/mainboard/google/brya/variants/orisa/overridetree.cb +++ b/src/mainboard/google/brya/variants/orisa/overridetree.cb @@ -5,7 +5,8 @@ end field STORAGE 30 31 option STORAGE_EMMC 0 - option STORAGE_UFS 1 + option STORAGE_NVME 1 + option STORAGE_UFS 2 end end