Re: [PATCH 9/9] Kirkwood: Add basic device tree support for QNAP TS219.
From: Andrew Lunn <hidden>
Date: 2012-06-10 17:48:42
quoted
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 199764f..8c6a5cd 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig@@ -47,6 +47,7 @@ config MACH_GURUPLUG config ARCH_KIRKWOOD_DT bool "Marvell Kirkwood Flattened Device Tree" select USE_OF + select SERIAL_OF_PLATFORMPlease remove as previously discussed. I'm in the process of updating kirkwood_defconfig (it will include this). Thanks.
No problems. I just got bitten by this too many times...
It would be good if all the DT boards where compiled all the time. We
can then see build failures in kisskb.
Andrew