change all versions of input_data() and output_data() to global weak aliases
This changes input_data() and friends from static function to global symbols
under weak alias, to enable board specific overrides (and therefore get rid of
board-specific code in cmd_ide.c)
Also declare ide_bus_offset in the header file, so other files can use
ATA_CURR_BASE as well.
Signed-off-by:
Pavel Herrmann <morpheus.ibis@gmail.com>
Showing
- board/esd/cpci750/ide.c 0 additions, 1 deletionboard/esd/cpci750/ide.c
- board/linkstation/ide.c 0 additions, 1 deletionboard/linkstation/ide.c
- board/pcs440ep/pcs440ep.c 0 additions, 1 deletionboard/pcs440ep/pcs440ep.c
- common/cmd_ide.c 37 additions, 20 deletionscommon/cmd_ide.c
- include/ide.h 11 additions, 0 deletionsinclude/ide.h
Loading
Please register or sign in to comment