]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/block/ftide020.c
Merge branch 'master' of git://git.denx.de/u-boot-nds32
[karo-tx-uboot.git] / drivers / block / ftide020.c
index 0b7c129fb40df1fad20a384dad3ee47c368efff4..1f6995ec2e18a6698e96442ebfd042426cd6b78d 100644 (file)
@@ -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;