Re: [U-Boot] [PATCH] mvsata_ide.c: Correction of typo in comments

5 Feb
2013
5 Feb
'13
6:10 a.m.
-----Original Message----- From: Gray Remlin [mailto:gryrmln@gmail.com] Sent: 05 February 2013 03:22 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: [PATCH] mvsata_ide.c: Correction of typo in comments
Signed-off-by: Gray Remlin gryrmln@gmail.com
diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c index a88d0f7..42c177f 100644 --- a/drivers/block/mvsata_ide.c +++ b/drivers/block/mvsata_ide.c @@ -56,8 +56,8 @@ struct mvsata_port_registers {
- Sanity checks:
- to compile at all, we need CONFIG_SYS_ATA_BASE_ADDR.
- for ide_preinit to make sense, we need at least one of
- CONFIG_SYS_ATA_IDE0_OFFSET or CONFIG_SYS_ATA_IDE0_OFFSET;
- for inde_preinit to be called, we need CONFIG_IDE_PREINIT.
- CONFIG_SYS_ATA_IDE0_OFFSET or CONFIG_SYS_ATA_IDE1_OFFSET;
- for ide_preinit to be called, we need CONFIG_IDE_PREINIT.
- Fail with an explanation message if these conditions are not met.
- This is particularly important for CONFIG_IDE_PREINIT, because
- its lack would not cause a build error.
Acked-by: Prafulla Wadaskar prafulla@marvell.com
Regards... Prafulla . . .
4478
Age (days ago)
4478
Last active (days ago)
0 comments
1 participants
participants (1)
-
Prafulla Wadaskar