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 <pbrobin...@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