diff mbox series

[1/2] rpi: Update the Raspberry Pi doucmentation URL

Message ID 20211121170346.347343-1-pbrobinson@gmail.com
State Accepted
Commit 3ede1a62a601e597e38261ee0e5314b21b271754
Delegated to: Matthias Brugger
Headers show
Series [1/2] rpi: Update the Raspberry Pi doucmentation URL | expand

Commit Message

Peter Robinson Nov. 21, 2021, 5:03 p.m. UTC
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>
---
 board/raspberrypi/rpi/rpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Matthias Brugger Nov. 30, 2021, 3:03 p.m. UTC | #1
On Sun, Nov 21, 2021 at 05:03:45PM +0000, Peter Robinson wrote:
> 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>

Applied to rpi-next

Thanks!

> ---
>  board/raspberrypi/rpi/rpi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
> index 55afaa54d9..e7bcee3746 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;
> -- 
> 2.33.1
diff mbox series

Patch

diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 55afaa54d9..e7bcee3746 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;