]> git.baikalelectronics.ru Git - uboot.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)
commit0a992c00b7de49b5c1aab011b466317f5bfcf898
tree3ba593695af28a158b65679afeded76bf77d0534
parent1df3c0cc51e33069e547476ecb46c5d6efe65d78
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]