HAOUAS Elyes has uploaded this change for review.

View Change

drivers/intel/fsp1_0: Remove unnecessary comment

Change-Id: I27338bf64a2690253dbf363a8dbc29217921f051
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/drivers/intel/fsp1_0/fastboot_cache.c
M src/drivers/intel/fsp1_0/fsp_util.c
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/36228/1
diff --git a/src/drivers/intel/fsp1_0/fastboot_cache.c b/src/drivers/intel/fsp1_0/fastboot_cache.c
index 7eba875..71a480c 100644
--- a/src/drivers/intel/fsp1_0/fastboot_cache.c
+++ b/src/drivers/intel/fsp1_0/fastboot_cache.c
@@ -25,7 +25,7 @@
#include <cbmem.h>
#include <spi-generic.h>
#include <spi_flash.h>
-#include <lib.h> // hexdump
+#include <lib.h>
#include "fsp_util.h"

/* convert a pointer to flash area into the offset inside the flash */
diff --git a/src/drivers/intel/fsp1_0/fsp_util.c b/src/drivers/intel/fsp1_0/fsp_util.c
index a7f3017..67d6e92 100644
--- a/src/drivers/intel/fsp1_0/fsp_util.c
+++ b/src/drivers/intel/fsp1_0/fsp_util.c
@@ -19,7 +19,7 @@
#include <bootstate.h>
#include <cbmem.h>
#include "fsp_util.h"
-#include <lib.h> // hexdump
+#include <lib.h>
#include <ip_checksum.h>
#include <timestamp.h>
#include <cpu/intel/microcode.h>

To view, visit change 36228. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I27338bf64a2690253dbf363a8dbc29217921f051
Gerrit-Change-Number: 36228
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange