Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42582 )
Change subject: arch/x86/Makefile.inc: Drop unused reset.c rule ......................................................................
arch/x86/Makefile.inc: Drop unused reset.c rule
No x86 mainboard has a reset.c file.
Change-Id: I167629c7addf485944926d57cf0228606c0f32e5 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/arch/x86/Makefile.inc 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/42582/1
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 6297384..f0d7b03 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -288,9 +288,6 @@ ifeq ($(CONFIG_GENERATE_PIRQ_TABLE),y) ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/irq_tables.c endif -ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/reset.c),) -ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/reset.c -endif
ramstage-libs ?=