rpi: add URL of official revision code list
authorJonathan Gray <jsg@jsg.id.au>
Fri, 16 Nov 2018 12:06:05 +0000 (23:06 +1100)
committerAlexander Graf <agraf@suse.de>
Mon, 3 Dec 2018 19:25:06 +0000 (20:25 +0100)
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>
Signed-off-by: Alexander Graf <agraf@suse.de>
board/raspberrypi/rpi/rpi.c

index 649127c5bf06828029e8defc57ea0eadc67a6ee4..5062486311e229f3d8e22bc77e4db3483bd7b596 100644 (file)
@@ -68,14 +68,7 @@ struct msg_get_clock_rate {
 #endif
 
 /*
- * http://raspberryalphaomega.org.uk/2013/02/06/automatic-raspberry-pi-board-revision-detection-model-a-b1-and-b2/
- * http://www.raspberrypi.org/forums/viewtopic.php?f=63&t=32733
- * http://git.drogon.net/?p=wiringPi;a=blob;f=wiringPi/wiringPi.c;h=503151f61014418b9c42f4476a6086f75cd4e64b;hb=refs/heads/master#l922
- *
- * 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-codes/README.md
  */
 struct rpi_model {
        const char *name;