summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-11-20 10:06:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-23 17:46:57 +0100
commit44fbe88055bbb7746ba3b0a30e0a9a8217c733d6 (patch)
tree82f0599cbfe73b1dcbf07d887d689611f8d6fb2e
parent43b014d4916ab3e4d6fc68bc1cf8324337b3b50e (diff)
downloadbarebox-44fbe88055bbb7746ba3b0a30e0a9a8217c733d6.tar.gz
barebox-44fbe88055bbb7746ba3b0a30e0a9a8217c733d6.tar.xz
doc: bcm283x: fix mix up regarding SoC on raspberry pi zero
The Raspberry Pi Zero has the same ARMv6 SoC as the very first Raspberry Pi 1, not an ARMv8. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/bcm2835.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/boards/bcm2835.rst b/Documentation/boards/bcm2835.rst
index e9ad1d4d57..c896871e0d 100644
--- a/Documentation/boards/bcm2835.rst
+++ b/Documentation/boards/bcm2835.rst
@@ -11,9 +11,9 @@ Raspberry Pi
3. Use ``make rpi_defconfig; make`` to build barebox. This will create the following images:
- - ``images/barebox-raspberry-pi-1.img`` for the BCM2835/ARM1176JZF-S (Raspberry Pi 1)
+ - ``images/barebox-raspberry-pi-1.img`` for the BCM2835/ARM1176JZF-S (Raspberry Pi 1, Raspberry Pi Zero)
- ``images/barebox-raspberry-pi-2.img`` for the BCM2836/CORTEX-A7 (Raspberry Pi 2)
- - ``images/barebox-raspberry-pi-3.img`` for the BCM2837/CORTEX-A53 (Raspberry Pi 3, Raspberry Pi Zero)
+ - ``images/barebox-raspberry-pi-3.img`` for the BCM2837/CORTEX-A53 (Raspberry Pi 3)
Copy the respective image for your model to your SD card and name it
``barebox.img``.