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