Merge tag 'rockchip-for-v2019.07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
This commit is contained in:
commit
ace0d2ef2b
@ -94,7 +94,7 @@ def append_conf_section(file, cnt, dtname, segments):
|
||||
if segments != 0:
|
||||
file.write(',')
|
||||
for i in range(1, segments):
|
||||
file.write('"atf_%d"' % (i))
|
||||
file.write('"atf_%d"' % (i + 1))
|
||||
if i != (segments - 1):
|
||||
file.write(',')
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user