u-boot-brain/board/pcs440ep
Pavel Herrmann f5b82c0f9c 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>
2012-10-17 07:59:08 -07:00
..
config.mk Use ALL-y style instead of ifeq blocks for better readability 2011-07-26 14:41:43 +02:00
flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
init.S Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
pcs440ep.c change all versions of input_data() and output_data() to global weak aliases 2012-10-17 07:59:08 -07:00