]> git.ipfire.org Git - people/ms/u-boot.git/commit
MIPS: add initial infrastructure for device-tree files
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 19 Dec 2015 19:20:48 +0000 (20:20 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 16 Jan 2016 20:06:45 +0000 (21:06 +0100)
commit0fc13a90933c064218ae3a7db5243f39f00e928f
tree280eab27eeb44e9d2b8bc575945d5bc0520cdf41
parente92d9124f8c398405af51aa0bb0277e2dfc68b3d
MIPS: add initial infrastructure for device-tree files

Prepare sub-folder for device-tree files. Make support for
device-tree on MIPS available in Kbuild/Kconfig.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
arch/Kconfig
arch/mips/config.mk
arch/mips/dts/.gitignore [new file with mode: 0644]
arch/mips/dts/Makefile [new file with mode: 0644]
arch/mips/dts/include/dt-bindings [new symlink]
arch/mips/dts/skeleton.dtsi [new file with mode: 0644]
dts/Makefile