aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-11-21 17:03:45 +0000
committerMatthias Brugger <mbrugger@suse.com>2021-11-30 16:00:54 +0100
commit3ede1a62a601e597e38261ee0e5314b21b271754 (patch)
tree7d616410cea4a2f4be4fcd22ca506246f9973090 /board
parentade37460a944aed36ae6ee634c4d4a9a22690461 (diff)
downloadu-boot-3ede1a62a601e597e38261ee0e5314b21b271754.zip
u-boot-3ede1a62a601e597e38261ee0e5314b21b271754.tar.gz
u-boot-3ede1a62a601e597e38261ee0e5314b21b271754.tar.bz2
rpi: Update the Raspberry Pi doucmentation URL
The Raspberry Pi Foundation has updated their documentation so update the URL to the latest place to find the HW device revision codes. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'board')
-rw-r--r--board/raspberrypi/rpi/rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 55afaa5..e7bcee3 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -72,7 +72,7 @@ struct msg_get_clock_rate {
#endif
/*
- * https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md
+ * https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-revision-codes
*/
struct rpi_model {
const char *name;