HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36228 )
Change subject: drivers/intel/fsp1_0: Remove unnecessary comment ......................................................................
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>
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36228 )
Change subject: drivers/intel/fsp1_0: Remove unnecessary comment ......................................................................
Abandoned
fsp1_0 removed