1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +02:00

Merge branch '2020-08-24-misc-improvements'

- Squashfs compression support
- Coverity fixes
- XEN guest updates
- Finish previous MediaTek updates
- Arm Total Compute platform support
This commit is contained in:
Tom Rini
2020-08-24 20:24:21 -04:00
42 changed files with 837 additions and 175 deletions

View File

@@ -555,7 +555,8 @@ literal:
if (flags & SUPPRESS) {
size_t sum = 0;
if ((n = inr) < width) {
n = inr;
if (n < width) {
sum += n;
width -= n;
inp += n;