commit | 7648273b39c00fc22ecf2f11fa18358549040659 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Thu May 25 19:23:58 2017 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:11 2017 -0400 |
tree | 8f34559c85131f4070f7a371317137ba019f1e14 | |
parent | 9cc2aee6b2fb3f29ce01052d0d62be16f46bdc55 [diff] |
arm: Always keep the dtb section on objcopy The dtb blob section must always be present in the resulting image. Either if OF_EMBEDED is used or if unit tests include dtb blobs. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>