diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-07 12:15:50 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-08 15:41:54 +0000 |
commit | 72b4196d8111dd209c3d9766d1601c56f7a35914 (patch) | |
tree | a0a3269eb36cdf7cb0131f237a14e90ec0a8d176 /src/soc/intel/apollolake | |
parent | 07498031bea64faa0155c5b637b01b713c91d1c5 (diff) |
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>
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r-- | src/soc/intel/apollolake/meminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/meminit.c b/src/soc/intel/apollolake/meminit.c index 0a8a26d478..a66ef13c4e 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> |