aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/smm/gen1/smmrelocate.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-07 08:22:35 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-22 10:48:29 +0000
commit4debbe74acdeb2934c9a93da70ab34a3f5169837 (patch)
tree3db3f8f541680daabea0ed2aa2c1f9ac0a25a958 /src/cpu/intel/smm/gen1/smmrelocate.c
parent1818733faa9af615bc1d9024dee10865aaf22da0 (diff)
cpu/intel/gen1/smmrelocate: Fix stale comment
Change-Id: I91ed5f7cbcfa5c510bb8e74049ec860397d7dbba Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36659 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/cpu/intel/smm/gen1/smmrelocate.c')
-rw-r--r--src/cpu/intel/smm/gen1/smmrelocate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/intel/smm/gen1/smmrelocate.c b/src/cpu/intel/smm/gen1/smmrelocate.c
index c177e9b952..834ec0412e 100644
--- a/src/cpu/intel/smm/gen1/smmrelocate.c
+++ b/src/cpu/intel/smm/gen1/smmrelocate.c
@@ -11,8 +11,7 @@
* GNU General Public License for more details.
*/
-/* SMM relocation with intention to work for i945-ivybridge.
- Right now used for sandybridge and ivybridge. */
+/* SMM relocation for i945-ivybridge. */
#include <assert.h>
#include <types.h>