diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-02-26 05:29:47 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-17 12:32:36 -0400 |
commit | 22961dc4412254578c8e1ae457cf1197b9aab30c (patch) | |
tree | 86b83080a14896f2378b820af255428b5044d18b /include | |
parent | 0563700672450c8d88d5f90840be499ee0c5a5eb (diff) | |
download | u-boot-22961dc4412254578c8e1ae457cf1197b9aab30c.zip u-boot-22961dc4412254578c8e1ae457cf1197b9aab30c.tar.gz u-boot-22961dc4412254578c8e1ae457cf1197b9aab30c.tar.bz2 |
include/ata.h: remove invalid links
Remove invalid URLs for "Information Technology - AT Attachment-3 Interface
(ATA-3)", point to ANSI X3.298-1997.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/ata.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/ata.h b/include/ata.h index e35d919..3d870c9 100644 --- a/include/ata.h +++ b/include/ata.h @@ -6,11 +6,8 @@ /* * Most of the following information was derived from the document - * "Information Technology - AT Attachment-3 Interface (ATA-3)" - * which can be found at: - * http://www.dt.wdc.com/ata/ata-3/ata3r5v.zip - * ftp://poctok.iae.nsk.su/pub/asm/Documents/IDE/ATA3R5V.ZIP - * ftp://ftp.fee.vutbr.cz/pub/doc/io/ata/ata-3/ata3r5v.zip + * "Information Technology - AT Attachment-3 Interface (ATA-3)", + * ANSI X3.298-1997. */ #ifndef _ATA_H |