]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Add a test to catch use of the old 'pos' property
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:51 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit15a587c9cec246ec69d96fce8f146e0c835b3670
tree3ba593695af28a158b65679afeded76bf77d0534
parent7e7c587760ca42f47d9a3b6869f39f7c309f50e1
binman: Add a test to catch use of the old 'pos' property

This property has been changed to 'offset'. To help downstream users who
might still be using 'pos', add a check that this is not used by mistake.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/ftest.py
tools/binman/test/79_uses_pos.dts [new file with mode: 0644]