mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ide: Drop CONFIG_IDE_AHB
This is not used in U-Boot anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2b4806e481
commit
e30be6e406
3 changed files with 0 additions and 37 deletions
|
@ -41,13 +41,6 @@ int ide_preinit(void);
|
|||
int ide_device_present(int dev);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_IDE_AHB)
|
||||
unsigned char 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, const ulong *sect_buf, int words);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* I/O function overrides
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue