projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
357ffb8
)
WIP: better check if any binaries were given
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 19 Sep 2023 15:02:40 +0000
(17:02 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Wed, 20 Sep 2023 12:15:01 +0000
(14:15 +0200)
Change-Id: I67158c03381e6f2459b31211ec84fcd0423dd60e
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
scripts/tizen/sd_fusing.py
patch
|
blob
|
history
diff --git
a/scripts/tizen/sd_fusing.py
b/scripts/tizen/sd_fusing.py
index db846c267c01f931ed10999cc3074cf8cf7d4d57..04d67ae03dc144bd76856294602ce5c16a1725e2 100755
(executable)
--- a/
scripts/tizen/sd_fusing.py
+++ b/
scripts/tizen/sd_fusing.py
@@
-292,7
+292,7
@@
def do_fuse_image(img, target):
do_fuse_file(f, img, target)
def fuse_image(args):
- if len(args.binaries) == 0:
+ if
args.binaries is None or
len(args.binaries) == 0:
return
target = TARGETS[args.target](Device)