u-boot/scripts
Masahiro Yamada 5ab502cb89 dts: move device tree sources to arch/$(ARCH)/dts/
Unlike Linux Kernel, U-Boot historically had *.dts files under
board/$(VENDOR)/dts/ and *.dtsi files under arch/$(ARCH)/dts/.

I think arch/$(ARCH)/dts dicretory is a better location
to store both *.dts and *.dtsi files.

For example, before this commit, board/xilinx/dts directory
had both Microblaze dts (microblaze-generic.dts) and
ARM dts (zynq-*.dts), which are totally unrelated.

This commit moves *.dts to arch/$(ARCH)/dts/ directories,
allowing us to describe nicely mutiple DTBs generation in the next commit.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-02-19 11:10:05 -05:00
..
basic
.gitignore kernel-doc: move kernel-doc tools to scripts/ 2014-02-19 11:10:04 -05:00
binutils-version.sh
checkpatch.pl
checkstack.pl
cleanpatch
docproc.c kernel-doc: update kernel-doc related files to Linux v3.13 2014-02-19 11:10:04 -05:00
dtc-version.sh
gcc-version.sh
Kbuild.include kbuild: Do not generate .*.su files at the top directory 2014-02-19 11:10:04 -05:00
kernel-doc kernel-doc: update kernel-doc related files to Linux v3.13 2014-02-19 11:10:04 -05:00
Makefile kernel-doc: move kernel-doc tools to scripts/ 2014-02-19 11:10:04 -05:00
Makefile.build
Makefile.clean kbuild: use scripts/Makefile.clean 2014-02-19 11:10:04 -05:00
Makefile.host
Makefile.lib dts: move device tree sources to arch/$(ARCH)/dts/ 2014-02-19 11:10:05 -05:00
mkmakefile
setlocalversion