summaryrefslogtreecommitdiff
path: root/arch/mips/mach-au1x00/au1x00_ide.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-07-11 16:05:25 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-08-08 14:34:27 +0300
commit481ea2e39dacf227bc5d8a244352d03dfb9c0ac9 (patch)
treed2ba42cb8761220a4af001861232e33bb1e382fa /arch/mips/mach-au1x00/au1x00_ide.c
parent215b4fae518a1ddcd36817cd1e420fa03d058d8e (diff)
downloadu-boot-481ea2e39dacf227bc5d8a244352d03dfb9c0ac9.tar.xz
mips: au1x00: Remove support for these SoCs
The only platform left for the AU1x00 SoCs was the pb1x00 platform, an apparent clone of the dbau1x00 platform. As pb1x00 had no listed maintainer I am assuming that it is also orphaned. Remove this platform and then remove the unused SoC support. Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/mach-au1x00/au1x00_ide.c')
-rw-r--r--arch/mips/mach-au1x00/au1x00_ide.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/mach-au1x00/au1x00_ide.c b/arch/mips/mach-au1x00/au1x00_ide.c
deleted file mode 100644
index ab52b9964e..0000000000
--- a/arch/mips/mach-au1x00/au1x00_ide.c
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * (C) Copyright 2000-2011
- * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- */
-
-#include <common.h>
-#include <ide.h>
-
-/* AU1X00 swaps data in big-endian mode, enforce little-endian function */
-void ide_input_swap_data(int dev, ulong *sect_buf, int words)
-{
- ide_input_data(dev, sect_buf, words);
-}