]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: uniphier: enable SPL_OF_CONTROL
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Aug 2015 11:13:18 +0000 (20:13 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:30:43 +0000 (11:30 +0200)
commit8ac2d3c4920f178626a611e31ab651a298cd2184
treef2161aee64f72217b00745e3578e8207104e7149
parent637f163fe82b838be226715b82ac2b369573bb9d
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 <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
14 files changed:
arch/arm/Kconfig
arch/arm/dts/uniphier-ph1-ld4-ref.dts
arch/arm/dts/uniphier-ph1-pro4-ref.dts
arch/arm/dts/uniphier-ph1-sld3-ref.dts
arch/arm/dts/uniphier-ph1-sld8-ref.dts
arch/arm/mach-uniphier/ph1-ld4/Makefile
arch/arm/mach-uniphier/ph1-ld4/platdevice.c [deleted file]
arch/arm/mach-uniphier/ph1-pro4/Makefile
arch/arm/mach-uniphier/ph1-pro4/platdevice.c [deleted file]
arch/arm/mach-uniphier/ph1-sld3/Makefile
arch/arm/mach-uniphier/ph1-sld3/platdevice.c [deleted file]
arch/arm/mach-uniphier/ph1-sld8/platdevice.c [deleted file]
doc/README.uniphier
include/configs/uniphier.h