Documentation/acpi: Fix the path to variants/hatch/overridetree.cb
Change-Id: I7c3fd942318f28b4714bc7c2a47bedf85f7923ed Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40012 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
93b62e6170
commit
a1b19de447
|
@ -23,7 +23,7 @@ write the ASL (ACPI Source Language) code yourself.
|
||||||
## Device drivers
|
## Device drivers
|
||||||
|
|
||||||
Let's take a look at an example entry from
|
Let's take a look at an example entry from
|
||||||
``src/mainboard/google/hatch/variant/hatch/overridetree.cb``:
|
``src/mainboard/google/hatch/variants/hatch/overridetree.cb``:
|
||||||
|
|
||||||
```
|
```
|
||||||
device pci 15.0 on
|
device pci 15.0 on
|
||||||
|
|
Loading…
Reference in New Issue