diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-06-05 16:12:54 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-07 21:56:03 +0000 |
commit | 4dbe84e432427e41eca31eb07681372799b9e75e (patch) | |
tree | 4e76eb7220c9ce381959d8b689b7a4f0eef9bc25 /src | |
parent | 02fd15dbcf02e8bc4de8c98aa6f4d44440661365 (diff) | |
download | coreboot-4dbe84e432427e41eca31eb07681372799b9e75e.tar.xz |
vendorcode/amd: Remove duplicate assignment
Change-Id: I8a39e862176cd1c8a14424eb6d2bf7edabd36adb
Found-by: Silvio Cesare, https://twitter.com/silviocesare/status/1268784333029965824
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42101
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/amd/agesa/f16kb/Proc/CPU/Feature/cpuSrat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/CPU/Feature/cpuSrat.c b/src/vendorcode/amd/agesa/f16kb/Proc/CPU/Feature/cpuSrat.c index 9d6ca3d06b..2a935b2143 100644 --- a/src/vendorcode/amd/agesa/f16kb/Proc/CPU/Feature/cpuSrat.c +++ b/src/vendorcode/amd/agesa/f16kb/Proc/CPU/Feature/cpuSrat.c @@ -226,7 +226,6 @@ GetAcpiSratMain ( // Get Node count NodeCount = 1; - NodeCount = 1; // The worst-case buffer size to request is for the SRAT table header, one // entree for special region (base 640k block), two memory |