Re: [U-Boot] [PATCH 04/10] change all versions of input_data() and output_data() to global weak aliases

2012-10-09 Thread Marek Vasut
Dear Pavel Herrmann, > On Sunday 07 of October 2012 20:14:23 Marek Vasut wrote: > > Dear Pavel Herrmann, > > > > > 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

Re: [U-Boot] [PATCH 04/10] change all versions of input_data() and output_data() to global weak aliases

2012-10-09 Thread Pavel Herrmann
On Sunday 07 of October 2012 20:14:23 Marek Vasut wrote: > Dear Pavel Herrmann, > > > 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 decla

Re: [U-Boot] [PATCH 04/10] change all versions of input_data() and output_data() to global weak aliases

2012-10-07 Thread Marek Vasut
Dear Pavel Herrmann, > 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_CU

[U-Boot] [PATCH 04/10] change all versions of input_data() and output_data() to global weak aliases

2012-10-07 Thread Pavel Herrmann
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: