diff options
author | Andre Przywara <andre.przywara@arm.com> | 2025-03-27 15:33:12 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-08 16:23:51 -0600 |
commit | 9ce2986e7e57277bac3c528412c0bb4443b7003a (patch) | |
tree | 4cc57c1a5435829a9c4a6e7239a7a5ec42dbdee5 /tools/patman/patchstream.py | |
parent | d29a90c8ce4a2e27f502f5ac5a051f7bcfd66e11 (diff) |
cmd: spl: annotate switch/case fallthrough
The argument parsing in the SPL configuration command uses an implicit
switch/case fallthrough when dealing with a different number of
arguments.
Add our "fallthrough;" statement-like macro before the respective labels
in the bootm code, to avoid a warning when GCC's -Wimplicit-fallthrough
warning option is enabled.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/patman/patchstream.py')
0 files changed, 0 insertions, 0 deletions