southbridge/intel/lynxpoint: add hard_reset to postcar

This fixes the following failure on certain google/peppy configs:

    build/postcar/lib/reset.o: In function `__hard_reset':
    /home/pgeorgi/coreboot/src/lib/reset.c:24: undefined reference to `do_hard_reset'

Change-Id: I448a8702a30108f1fc82179a766cbdd209336df7
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/26986
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi 2018-06-08 19:33:21 +02:00 committed by Martin Roth
parent 6985a7b7d6
commit 78e09f9622
1 changed files with 2 additions and 0 deletions

View File

@ -55,4 +55,6 @@ ramstage-y += lp_gpio.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += lp_gpio.c smm-$(CONFIG_HAVE_SMI_HANDLER) += lp_gpio.c
endif endif
postcar-y += reset.c
endif endif