commit | 54cc4dcfdac1fdb0e7719556fd69980b4f80f47c | [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 | b12550eb9c0b3d76a8a990be5076ada0cc553680 [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>