diff options
| author | Tom Rini <trini@ti.com> | 2013-07-25 08:22:08 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-25 08:51:51 -0400 | 
| commit | aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c (patch) | |
| tree | 64eaea4d396dce4e0a30bb955b8240d4b199cdca /doc | |
| parent | 0b17998e509e5614633aee0a3c5d6248f8bc580b (diff) | |
| parent | c54fd3efa497876a33cc3c6e7df514ae53abc729 (diff) | |
| download | olio-uboot-2014.01-aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c.tar.xz olio-uboot-2014.01-aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/driver-model/UDM-block.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/driver-model/UDM-block.txt b/doc/driver-model/UDM-block.txt index 5d5c77601..b42ec69c9 100644 --- a/doc/driver-model/UDM-block.txt +++ b/doc/driver-model/UDM-block.txt @@ -93,7 +93,7 @@ I) Overview        uchar ide_read_register(int dev, unsigned int port);        void  ide_write_register(int dev, unsigned int port, unsigned char val);        void  ide_read_data(int dev, ulong *sect_buf, int words); -      void  ide_write_data(int dev, ulong *sect_buf, int words); +      void  ide_write_data(int dev, const ulong *sect_buf, int words);      The first two functions are called from ide_inb()/ide_outb(), and will      default to direct memory access if CONFIG_IDE_AHB is not set, or |