commit | f4d4f5ccb721cba128d54573aa0b92c4780d266c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Feb 21 15:34:30 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Feb 25 11:01:29 2014 -0500 |
tree | d306a883b22944d48bc7831bfaba746438cadafa | |
parent | 3c075bbad26f862c2801a49cc8b8407ae5a2308f [diff] |
kbuild: get back DTB at the top directory Commit 6ab6b2af deleted ./u-boot.dtb because it was a copy of dts/dt.dtb. But Simon suggested to keep u-boot.dtb at the top directory because it is a build output. After discussions, we agreed on revival of ./u-boot.dtb. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@ti.com> Acked-by: Simon Glass <sjg@chromium.org>