From f4e190e317b860bb15e221a29cbf16976a04e3ca Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 28 Aug 2015 20:13:18 +0900 Subject: ARM: uniphier: enable SPL_OF_CONTROL Device Tree really improves code maintainability and is now available for SPL too. This is the state-of-the-art implementation in U-boot. The board files (platform data) are no longer needed. Signed-off-by: Masahiro Yamada Reviewed-by: Marek Vasut Reviewed-by: Simon Glass --- arch/arm/mach-uniphier/ph1-sld3/platdevice.c | 1 - 1 file changed, 1 deletion(-) delete mode 100644 arch/arm/mach-uniphier/ph1-sld3/platdevice.c (limited to 'arch/arm/mach-uniphier/ph1-sld3/platdevice.c') diff --git a/arch/arm/mach-uniphier/ph1-sld3/platdevice.c b/arch/arm/mach-uniphier/ph1-sld3/platdevice.c deleted file mode 100644 index 652106712f..0000000000 --- a/arch/arm/mach-uniphier/ph1-sld3/platdevice.c +++ /dev/null @@ -1 +0,0 @@ -#include "../ph1-ld4/platdevice.c" -- cgit