diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2023-06-07 16:54:07 -0600 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2023-06-09 15:43:18 +0000 |
commit | 0c79f272fb4430d87b860016d91ef27083b240cf (patch) | |
tree | 1bbfcf087c712b9c6999c33b4e835f4d1c099578 /Documentation | |
parent | dc818cc39c8ef68617b414ff3f7c214be54e8ee6 (diff) |
Documentation: fix link to Driver Devicetree Entries page
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: I08057576c23cef0343816c3b14c48db77b8dc416
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75695
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/getting_started/devicetree.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/devicetree.md b/Documentation/getting_started/devicetree.md index 824c51201a..258584664e 100644 --- a/Documentation/getting_started/devicetree.md +++ b/Documentation/getting_started/devicetree.md @@ -79,7 +79,7 @@ with no properties as a direct child of the SoC. ## Device drivers Platform independent device drivers are hooked up via entries in a devicetree. -See [Driver Devicetree Entries](drivers/dt_entries.md) for more info. +See [Driver Devicetree Entries](../drivers/dt_entries.md) for more info. ## Notes |