Home
last modified time | relevance | path

Searched hist:f5b82c0f9c34ded68e346a0fe7ad13c3ff63f573 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dide.hf5b82c0f9c34ded68e346a0fe7ad13c3ff63f573 Tue Oct 09 07:04:39 UTC 2012 Pavel Herrmann <morpheus.ibis@gmail.com> 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>