summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-04-15 11:14:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2024-04-16 12:00:42 +0200
commit26b637912f3034c657730131bed976083fce511f (patch)
tree848d8f4b5d5d00e68a672b23ba61077c6c9a3aaa
parent615b803a07c8868d5263f4c0f0ff346410e4a3ef (diff)
downloadbarebox-26b637912f3034c657730131bed976083fce511f.tar.gz
barebox-26b637912f3034c657730131bed976083fce511f.tar.xz
Documentation: aarch64-qemu-virt: add name of defconfig
Commit d00b07dd14bc ("ARM: Remove qemu_virt64_defconfig") dropped the defconfig in favor of multi_v8_defconfig, but missed updating the documentation. Remedy this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240415091448.3824223-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/aarch64-qemu-virt.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/boards/aarch64-qemu-virt.rst b/Documentation/boards/aarch64-qemu-virt.rst
index 42e7d00bfe..8bf590a7a8 100644
--- a/Documentation/boards/aarch64-qemu-virt.rst
+++ b/Documentation/boards/aarch64-qemu-virt.rst
@@ -1,8 +1,11 @@
Aarch64 Qemu virt
=================
-Besides a number of physical ARM64 targets, barebox also supports a
-``qemu-virt64`` board.
+Besides a number of physical ARM64 targets, barebox also supports the
+``qemu-virt64`` board in the generic ``multi_v8_defconfig``::
+
+ make multi_v8_defconfig
+ make
Running barebox on QEMU aarch64 virt machine
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^