Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82619?usp=email )
Change subject: mb/intel/avenuecity_crb/romstage: Remove unused <string.h> ......................................................................
mb/intel/avenuecity_crb/romstage: Remove unused <string.h>
Change-Id: I49694e85263939092cd28db3499705e1a19e3d7a Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/intel/avenuecity_crb/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/82619/1
diff --git a/src/mainboard/intel/avenuecity_crb/romstage.c b/src/mainboard/intel/avenuecity_crb/romstage.c index 9cd8ccc..f0e67af 100644 --- a/src/mainboard/intel/avenuecity_crb/romstage.c +++ b/src/mainboard/intel/avenuecity_crb/romstage.c @@ -9,7 +9,6 @@ #include <soc/ddr.h> #include <soc/iio.h> #include <soc/romstage.h> -#include <string.h>
#include "chip.h"