Skip to content

Commit

Permalink
Fix restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Apr 8, 2023
1 parent 3d74a56 commit ebc093b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/flashing/bouffalolab_firmware_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_boot_image(self, config_path, boot2_image):

for root, dirs, files in os.walk(config_path, topdown=False):
for name in files:
print ("get_boot_image", root, boot2_image)
print("get_boot_image", root, boot2_image)
if boot2_image:
return os.path.join(root, boot2_image)
else:
Expand Down Expand Up @@ -246,7 +246,6 @@ def actions(self):
print("For ota image signature, key pair must be used together")
return self


print(dts_path, xtal_value)
if not dts_path and xtal_value:
chip_config_path = os.path.join(tool_path, "chips", chip_name, "device_tree")
Expand Down

0 comments on commit ebc093b

Please sign in to comment.