Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada | 2018-06-18 | 1 | -2/+0 |
| | | | | | | | Follow Linux commit 10b62a2f785a (".gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | ||||
* | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada | 2014-02-19 | 1 | -0/+2 |
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> |