Skip to content
Snippets Groups Projects
Commit f5b82c0f authored by Pavel Herrmann's avatar Pavel Herrmann Committed by Tom Rini
Browse files

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: default avatarPavel Herrmann <morpheus.ibis@gmail.com>
parent e4148c11
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment