summaryrefslogtreecommitdiff
path: root/docs/zephyr/zephyr_troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zephyr/zephyr_troubleshooting.md')
-rw-r--r--docs/zephyr/zephyr_troubleshooting.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/zephyr/zephyr_troubleshooting.md b/docs/zephyr/zephyr_troubleshooting.md
index a7a7716e5e..646240ce18 100644
--- a/docs/zephyr/zephyr_troubleshooting.md
+++ b/docs/zephyr/zephyr_troubleshooting.md
@@ -12,10 +12,10 @@ The build system lists the various overlay files specified by `BUILD.py`, for
example:
```
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/adc.dts
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/battery.dts
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/cbi_eeprom.dts
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/fan.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/adc.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/battery.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/cbi_eeprom.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/fan.dts
...
```