From 79d7f3a13ed59515bee0d043c3fda79854201858 Mon Sep 17 00:00:00 2001 From: Amanda Huang Date: Tue, 25 Jun 2024 16:33:18 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83207 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/orisa/overridetree.cb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/brya') 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 -- cgit v1.2.3