summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-08-23 09:57:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-08-23 09:57:47 +0200
commit0421416153ef2788e4b0d3f3f147993f8194164b (patch)
treefafbf4a25ca9429d01a11c09d088f26fe96b2ccb /Documentation
parent8d1d3a8d7b8a8325d09105cce2d667efb25f6579 (diff)
parente5caa72a5a402711ecf44be3f25c772cc0941a7d (diff)
downloadbarebox-0421416153ef2788e4b0d3f3f147993f8194164b.tar.gz
barebox-0421416153ef2788e4b0d3f3f147993f8194164b.tar.xz
Merge branch 'for-next/at91'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/at91.rst2
-rw-r--r--Documentation/devel/porting.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/boards/at91.rst b/Documentation/boards/at91.rst
index f502979df6..961ef58d84 100644
--- a/Documentation/boards/at91.rst
+++ b/Documentation/boards/at91.rst
@@ -35,6 +35,8 @@ The resulting images will be placed under ``images/``:
barebox-at91sam9263ek.img
barebox-microchip-ksz9477-evb.img
barebox-microchip-ksz9477-evb-xload-mmc.img
+ barebox-microchip-sama5d3-eds.img
+ barebox-microchip-sama5d3-eds-xload-mmc.img
barebox-sama5d3-xplained.img
barebox-sama5d3-xplained-xload-mmc.img
barebox-sama5d27-som1-ek.img
diff --git a/Documentation/devel/porting.rst b/Documentation/devel/porting.rst
index 619c5e49e0..4e14ace691 100644
--- a/Documentation/devel/porting.rst
+++ b/Documentation/devel/porting.rst
@@ -275,7 +275,7 @@ barebox regularly synchronizes its ``/dts/src`` directory with the
upstream device trees in Linux. If your device tree happens to already
be there you can just include it::
- #include <arm/stm32mp157c-odyssey.dts>
+ #include <arm/st/stm32mp157c-odyssey.dts>
#include "stm32mp151.dtsi"
/ {