1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-29 22:41:17 +02:00
This commit is contained in:
Tom Rini
2019-07-07 07:05:47 -04:00

View File

@@ -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: