summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-07 12:15:50 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-08 15:41:54 +0000
commit72b4196d8111dd209c3d9766d1601c56f7a35914 (patch)
treea0a3269eb36cdf7cb0131f237a14e90ec0a8d176
parent07498031bea64faa0155c5b637b01b713c91d1c5 (diff)
downloadcoreboot-72b4196d8111dd209c3d9766d1601c56f7a35914.tar.gz
coreboot-72b4196d8111dd209c3d9766d1601c56f7a35914.tar.bz2
coreboot-72b4196d8111dd209c3d9766d1601c56f7a35914.zip
soc/intel/apollolake/meminit.c: Remove unuseful comment
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ia81b4397c92f100abad9b1e974bbebfe49008439 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--src/soc/intel/apollolake/meminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/meminit.c b/src/soc/intel/apollolake/meminit.c
index 0a8a26d478fb..a66ef13c4e01 100644
--- a/src/soc/intel/apollolake/meminit.c
+++ b/src/soc/intel/apollolake/meminit.c
@@ -3,7 +3,7 @@
#include <fsp/util.h>
#include <memory_info.h>
#include <soc/meminit.h>
-#include <stddef.h> /* required for FspmUpd.h */
+#include <stddef.h>
#include <fsp/soc_binding.h>
#include <string.h>