commit | 2e295172d3a00af6306cc9227b0b7ff98d4c3fc3 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Mar 27 15:33:08 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 16:23:51 2025 -0600 |
tree | 5b457cb78eb7bf68a880673fc5537516d128a0de | |
parent | 2a006fe4cc80cfae0cbe11f20e85023bb1201591 [diff] |
arm: mach-k3: am62p: annotate switch/case fallthrough The MMC boot mode selection for the TI AM62P series of SoCs uses an implicit switch/case fallthrough for falling back to some default boot mode. Add our "fallthrough;" statement-like macro before the default branch in the 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>