summaryrefslogtreecommitdiffstats
path: root/board/pcs440ep
diff options
context:
space:
mode:
authorPavel Herrmann <morpheus.ibis@gmail.com>2012-10-09 07:04:39 +0000
committerTom Rini <trini@ti.com>2012-10-17 07:59:08 -0700
commitf5b82c0f9c34ded68e346a0fe7ad13c3ff63f573 (patch)
tree1c2c65a60dea8b4f69279e9acbd37262445ccdad /board/pcs440ep
parente4148c1165d11807e51a9587716e6a513ce1c021 (diff)
downloadblackbird-obmc-uboot-f5b82c0f9c34ded68e346a0fe7ad13c3ff63f573.tar.gz
blackbird-obmc-uboot-f5b82c0f9c34ded68e346a0fe7ad13c3ff63f573.zip
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>
Diffstat (limited to 'board/pcs440ep')
-rw-r--r--board/pcs440ep/pcs440ep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/pcs440ep/pcs440ep.c b/board/pcs440ep/pcs440ep.c
index 746a54c5e3..52da053a2f 100644
--- a/board/pcs440ep/pcs440ep.c
+++ b/board/pcs440ep/pcs440ep.c
@@ -672,7 +672,6 @@ U_BOOT_CMD(
* ( bus per_addr 20 -30 is connectsd on CF bus A10-A0)
* These values are shifted
*/
-extern ulong *ide_bus_offset;
void inline ide_outb(int dev, int port, unsigned char val)
{
debug ("ide_outb (dev= %d, port= 0x%x, val= 0x%02x) : @ 0x%08lx\n",
OpenPOWER on IntegriCloud