aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-02-08 12:31:01 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-02-09 10:03:48 +0000
commit3c90559d742a64d6d24f0c5da143323af9ad9854 (patch)
tree16eb6df61724de87bd68045175506ff288f14487 /src/soc
parent9bd974135b6302c723db5d51b0d0efa3eee7dc19 (diff)
soc/amd/picasso/soc_util.c: Remove unneeded "break"
"break" is useless after "return". Change-Id: I84bc506a3d50e937797f42659299bf90ce392e09 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72895 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/picasso/soc_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/soc_util.c b/src/soc/amd/picasso/soc_util.c
index d2ac6db7cd..3cbd8eb20f 100644
--- a/src/soc/amd/picasso/soc_util.c
+++ b/src/soc/amd/picasso/soc_util.c
@@ -153,7 +153,6 @@ enum soc_type get_soc_type(void)
case SOCKET_FT5:
/* add is_fam17_20() CPUID sanity check here? */
return SOC_POLLOCK;
- break;
case SOCKET_AM4:
/* AM4 SoC type detection logic not implemented */
break;