mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 12:31:17 +02:00
Merge branch 'master' of git://git.denx.de/u-boot-nds32
This commit is contained in:
@@ -64,7 +64,7 @@ void ide_write_register(int dev, unsigned int port, unsigned char val)
|
||||
IDE_REG_DA_WRITE(port) | val);
|
||||
}
|
||||
|
||||
void ide_write_data(int dev, ulong *sect_buf, int words)
|
||||
void ide_write_data(int dev, const ulong *sect_buf, int words)
|
||||
{
|
||||
static struct ftide020_s *ftide020 = (struct ftide020_s *) FTIDE_BASE;
|
||||
|
||||
|
Reference in New Issue
Block a user