]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Remove use of Set()
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:39 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commitcb8b37a5f17d199d6664748421e3ef935f66bbbd
tree797a51db4f643fa6ef8fb9f081febd37865055e0
parent5c20872df7053d1fbd4ecb89bfad1c1c04e08c8d
binman: Remove use of Set()

A new built-in set() is used in both Python 2 and 3 now. Move it to use
that instead of Set().

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/state.py