summaryrefslogtreecommitdiff
path: root/scripts/Kbuild.include
diff options
context:
space:
mode:
authorFrancois Berder <fberder@outlook.fr>2025-11-11 11:37:35 +0100
committerTom Rini <trini@konsulko.com>2025-11-22 08:48:13 -0600
commit8385ecc8eff91c45700040efbb08cba2ce6d3659 (patch)
tree9f3f145fa845627b9c70a7748ea6aff9337fb29c /scripts/Kbuild.include
parent74c68b54977447e97b98b12c3ca7fe2a7f4a3803 (diff)
upl: Fix buf array size
Size of array buf was incorrect due to sizeof returning the size of an integer (typically 32 bits) instead of a u64 type (64 bits). Hence, buf array was shorter than expected. Signed-off-by: Francois Berder <fberder@outlook.fr> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts/Kbuild.include')
0 files changed, 0 insertions, 0 deletions