summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kundrát <jan.kundrat@cesnet.cz>2019-08-02 16:12:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-05 14:03:16 +0200
commit1f5e9d331548ee02322511365a00a142bdf15f4d (patch)
tree99a55dc126e269a0d98204262c141a1098e9da36
parent7711eb0827fd2a82b4a4d35e4f47a798531ae95c (diff)
downloadbarebox-1f5e9d331548ee02322511365a00a142bdf15f4d.tar.gz
barebox-1f5e9d331548ee02322511365a00a142bdf15f4d.tar.xz
docs: Use a proper name for AM335x defconfig
Fixes: 3067cd85d ("ARM: omap: am33xx_defconfig: Enable more boards and rename") Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/am335x.rst2
-rw-r--r--Documentation/boards/am335x/phytec-som.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/boards/am335x.rst b/Documentation/boards/am335x.rst
index 8d726e4a10..f54611428b 100644
--- a/Documentation/boards/am335x.rst
+++ b/Documentation/boards/am335x.rst
@@ -9,7 +9,7 @@ Building barebox
----------------
The TI AM335x boards in barebox are covered by the ``am335x_mlo_defconfig``
-for the MLO and ``am335x_defconfig`` for the regular barebox image. The
+for the MLO and ``omap_defconfig`` for the regular barebox image. The
resulting images will be placed under ``images/``:
::
diff --git a/Documentation/boards/am335x/phytec-som.rst b/Documentation/boards/am335x/phytec-som.rst
index 519448cddd..4c763650e5 100644
--- a/Documentation/boards/am335x/phytec-som.rst
+++ b/Documentation/boards/am335x/phytec-som.rst
@@ -32,4 +32,4 @@ Building phycore-som-am335x
---------------------------
The phycore-som-am335x boards are covered by the ``am335x_mlo_defconfig``
-for the MLO and ``am335x_defconfig`` for the regular barebox image.
+for the MLO and ``omap_defconfig`` for the regular barebox image.