projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5f09f9a
24bf6e8
)
Merge branch '2020-05-15-misc-bugfixes'
author
Tom Rini
<trini@konsulko.com>
Fri, 15 May 2020 20:42:06 +0000
(16:42 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 15 May 2020 20:42:06 +0000
(16:42 -0400)
- A number of symbol name consistency updates
- JFFS2 bugfix
- Use /* fallthrough */ for now to help at least gcc know when we're
intentionally not 'break;'ing in a switch statement, we'll adopt
fallthrough; later on.
- Assorted other fixes
Trivial merge