commit | 35ad9a8c892d8ebaaf5d8459e9fcd294cd33d830 | [log] [tgz] |
---|---|---|
author | Pavel Herrmann <morpheus.ibis@gmail.com> | Tue Oct 09 07:04:39 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 17 07:59:08 2012 -0700 |
tree | 1c2c65a60dea8b4f69279e9acbd37262445ccdad | |
parent | d6a12402d674b04816a0a6952e18bc1f192efa68 [diff] |
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>