-
- Downloads
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>
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- Makefile 8 additions, 8 deletionsMakefile
- arch/arm/lib/board.c 1 addition, 1 deletionarch/arm/lib/board.c
- arch/microblaze/lib/board.c 1 addition, 1 deletionarch/microblaze/lib/board.c
- arch/x86/lib/init_helpers.c 1 addition, 1 deletionarch/x86/lib/init_helpers.c
- common/board_f.c 1 addition, 1 deletioncommon/board_f.c
- dts/.gitignore 2 additions, 0 deletionsdts/.gitignore
- dts/Makefile 20 additions, 52 deletionsdts/Makefile
- include/common.h 1 addition, 1 deletioninclude/common.h
- scripts/Makefile.lib 6 additions, 6 deletionsscripts/Makefile.lib
Loading
Please register or sign in to comment