aboutsummaryrefslogtreecommitdiff
path: root/net/ping.c
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2016-09-27 16:03:56 +0100
committersjg <sjg@chromium.org>2016-10-09 09:30:32 -0600
commit4ae6549f8e1cd31076c6dbabef568689fc313a13 (patch)
treeb71cc4593f137e4441b9a0c53df64dd1f44aae67 /net/ping.c
parentf5d44b9bae64d4fc347c537e6d5f13d630eb858d (diff)
downloadu-boot-4ae6549f8e1cd31076c6dbabef568689fc313a13.zip
u-boot-4ae6549f8e1cd31076c6dbabef568689fc313a13.tar.gz
u-boot-4ae6549f8e1cd31076c6dbabef568689fc313a13.tar.bz2
dtoc: Use items() to iterate over dictionaries in python 3.x
In python 3.x the iteritems() method has been removed from dictionaries, and the items() method does effectively the same thing. On python 2.x using items() is a little less efficient since it involves copying data, but as speed isn't a concern in the affected code switch to using items() anyway for simplicity. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/ping.c')
0 files changed, 0 insertions, 0 deletions