diff options
author | Shelley Chen <shchen@google.com> | 2022-10-19 10:39:46 -0700 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2022-10-20 16:33:18 +0000 |
commit | d164feb72602da958b644643b44e754f04a1f281 (patch) | |
tree | 02f4edcc771284bf7542f1f909754ee643fff44e /src/mainboard | |
parent | 6d87ac57e208ee10c7a83551e2d535b230b7a952 (diff) |
mb/google/herobrine: Remove NVMe from device tree
We need to boot eMMC for modem calibration, there is not need for BIOS
to initialize NVMe anymore as the kernel will do so. Removing the pci
device from the device tree as a first step.
BUG=b:185426670, b:254281839
BRANCH=None
TEST=Boot after removing from the herobrine device tree.
Change-Id: I802dd1361bc56a24ab3d65e6782bc611b7b75ee3
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/herobrine/devicetree.cb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/herobrine/devicetree.cb b/src/mainboard/google/herobrine/devicetree.cb index 34360b752a..e23782facc 100644 --- a/src/mainboard/google/herobrine/devicetree.cb +++ b/src/mainboard/google/herobrine/devicetree.cb @@ -2,7 +2,4 @@ chip soc/qualcomm/sc7280 device cpu_cluster 0 on end - device domain 0 on - device pci 00.0 on end - end end |