diff options
author | Peter Robinson | 2021-11-21 17:03:45 +0000 |
---|---|---|
committer | Matthias Brugger | 2021-11-30 16:00:54 +0100 |
commit | 3ede1a62a601e597e38261ee0e5314b21b271754 (patch) | |
tree | 7d616410cea4a2f4be4fcd22ca506246f9973090 /board | |
parent | ade37460a944aed36ae6ee634c4d4a9a22690461 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 55afaa54d9f..e7bcee37463 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; |