]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dts: re-write dts/Makefile more simply with Kbuild
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 5 Feb 2014 02:28:25 +0000 (11:28 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:10:05 +0000 (11:10 -0500)
commit6ab6b2afa091dbceb37719b8a81637a00834be19
tree5e762778e4597cfccf74f280c2d191ac4641a422
parentbabb4440cfe1b8806cf2a5a3c5836196e501665d
dts: re-write dts/Makefile more simply with Kbuild

Useful rules in scripts/Makefile.lib allows us to easily
generate a device tree blob and wrap it in assembly code.

We do not need to parse a linker script to get output format and arch.

This commit deletes ./u-boot.dtb since it is a copy of dts/dt.dtb.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
.gitignore
Makefile
arch/arm/lib/board.c
arch/microblaze/lib/board.c
arch/x86/lib/init_helpers.c
common/board_f.c
dts/.gitignore [new file with mode: 0644]
dts/Makefile
include/common.h
scripts/Makefile.lib