[PATCHv2 3/9] ARM: kirkwood: remove support for legacy booting of Guruplug
From: Arnaud Patard Rtp <hidden>
Date: 2013-08-02 13:08:56
Jason Cooper [off-list ref] writes:
On Thu, Aug 01, 2013 at 05:07:29PM +0200, Thomas Petazzoni wrote:quoted
The Kirkwood Guruplug platform has already been converted to the Device Tree, so we can remove the legacy booting option for this platform. Signed-off-by: Thomas Petazzoni <redacted> --- arch/arm/mach-kirkwood/Kconfig | 7 -- arch/arm/mach-kirkwood/Makefile | 1 - arch/arm/mach-kirkwood/guruplug-setup.c | 133 -------------------------------- 3 files changed, 141 deletions(-) delete mode 100644 arch/arm/mach-kirkwood/guruplug-setup.c...quoted
diff --git a/arch/arm/mach-kirkwood/guruplug-setup.c b/arch/arm/mach-kirkwood/guruplug-setup.c...quoted
-static struct mv_sata_platform_data guruplug_sata_data = { - .n_ports = 1, -};This just caught my eye. iirc, there were two flavors of the Guruplug, the Guruplug, and the Guruplug Server Plus (had eSATA plus something else).
the difference between the guruplug server and the server plus is that there's one extra ethernet port and a eSATA port on server plus (iirc, there's also the guruplug display but it's a very different beast) Arnaud