Skip to content

Commit

Permalink
breeze: releasetools: Use generic block path
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanoabdi authored and Hadenix committed Nov 17, 2023
1 parent 5f2371b commit 38266ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def AddImage(info, basename, dest):

def OTA_InstallEnd(info):
info.script.Print("Patching device-tree image...")
AddImage(info, "dtbo.img", "/dev/block/bootdevice/by-name/dtbo")
AddImage(info, "dtbo.img", "/dev/block/by-name/dtbo")

0 comments on commit 38266ce

Please sign in to comment.