
8 Jun
2018
8 Jun
'18
1:49 a.m.
On 1 June 2018 at 07:38, Simon Glass sjg@chromium.org wrote:
Allow the same binary to appear multiple times in an image by using the device-tree unit-address feature (u-boot@0, u-boot@1).
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Add SPDX tag to .dts file
tools/binman/README | 4 ++++ tools/binman/etype/entry.py | 5 +++++ tools/binman/ftest.py | 5 +++++ tools/binman/test/54_unit_address.dts | 15 +++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 tools/binman/test/54_unit_address.dts
Applied to u-boot-dm