diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-07 08:22:35 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-22 10:48:29 +0000 |
commit | 4debbe74acdeb2934c9a93da70ab34a3f5169837 (patch) | |
tree | 3db3f8f541680daabea0ed2aa2c1f9ac0a25a958 | |
parent | 1818733faa9af615bc1d9024dee10865aaf22da0 (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>
-rw-r--r-- | src/cpu/intel/smm/gen1/smmrelocate.c | 3 |
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> |