[U-Boot] [PATCH] rpi: add URL of official revision code list

Replace various third party lists of Raspberry Pi revision codes in a comment with the list on raspberrypi.org.
Signed-off-by: Jonathan Gray jsg@jsg.id.au --- board/raspberrypi/rpi/rpi.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 649127c5bf..5062486311 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -68,14 +68,7 @@ struct msg_get_clock_rate { #endif
/* - * http://raspberryalphaomega.org.uk/2013/02/06/automatic-raspberry-pi-board-re... - * http://www.raspberrypi.org/forums/viewtopic.php?f=63&t=32733 - * http://git.drogon.net/?p=wiringPi;a=blob;f=wiringPi/wiringPi.c;h=503151f6101... - * - * In http://lists.denx.de/pipermail/u-boot/2016-January/243752.html - * ("[U-Boot] [PATCH] rpi: fix up Model B entries") Dom Cobley at the RPi - * Foundation stated that the following source was accurate: - * https://github.com/AndrewFromMelbourne/raspberry_pi_revision + * https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-code... */ struct rpi_model { const char *name;

Replace various third party lists of Raspberry Pi revision codes in a comment with the list on raspberrypi.org.
Signed-off-by: Jonathan Gray jsg@jsg.id.au
Thanks, applied to rpi-next
Alex
participants (2)
-
Alexander Graf
-
Jonathan Gray