HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42350 )
Change subject: cpu/intel/car/romstage.c: Remove unused <bootblock_common.h> ......................................................................
cpu/intel/car/romstage.c: Remove unused <bootblock_common.h>
Change-Id: Ib47497cf8576063d42bc4a1dd2cc2e0fc56868d3 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/intel/car/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/42350/1
diff --git a/src/cpu/intel/car/romstage.c b/src/cpu/intel/car/romstage.c index a955d8c..4b4a4ab 100644 --- a/src/cpu/intel/car/romstage.c +++ b/src/cpu/intel/car/romstage.c @@ -2,7 +2,6 @@
#include <arch/cpu.h> #include <arch/romstage.h> -#include <bootblock_common.h> #include <console/console.h> #include <cpu/x86/smm.h> #include <arch/symbols.h>
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42350 )
Change subject: cpu/intel/car/romstage.c: Remove unused <bootblock_common.h> ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42350 )
Change subject: cpu/intel/car/romstage.c: Remove unused <bootblock_common.h> ......................................................................
cpu/intel/car/romstage.c: Remove unused <bootblock_common.h>
Change-Id: Ib47497cf8576063d42bc4a1dd2cc2e0fc56868d3 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/42350 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/cpu/intel/car/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/cpu/intel/car/romstage.c b/src/cpu/intel/car/romstage.c index a955d8c..4b4a4ab 100644 --- a/src/cpu/intel/car/romstage.c +++ b/src/cpu/intel/car/romstage.c @@ -2,7 +2,6 @@
#include <arch/cpu.h> #include <arch/romstage.h> -#include <bootblock_common.h> #include <console/console.h> #include <cpu/x86/smm.h> #include <arch/symbols.h>