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>
This commit is contained in:
Elyes Haouas 2022-07-07 12:15:50 +02:00 committed by Felix Held
parent 07498031be
commit 72b4196d81
1 changed files with 1 additions and 1 deletions

View File

@ -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>