ec/google/chromeec: Fix typo preventing PD EC firmware inclusion
Change-Id: I12ae0d556c43d3d6537cac5d8f640e6a960101ae Signed-off-by: Ben Pye <ben@curlybracket.co.uk> Reviewed-on: https://review.coreboot.org/25017 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
83ef07a92a
commit
067a340117
|
@ -77,7 +77,7 @@ $(obj)/mainboard/$(MAINBOARDDIR)/ecrw.hash: $(obj)/mainboard/$(MAINBOARDDIR)/ecr
|
|||
|
||||
endif
|
||||
|
||||
ifeq ($(EC_GOOGLE_CHROMEEC_PD),y)
|
||||
ifeq ($(CONFIG_EC_GOOGLE_CHROMEEC_PD),y)
|
||||
|
||||
ifneq ($(CONFIG_EC_GOOGLE_CHROMEEC_PD_FIRMWARE_NONE),y)
|
||||
|
||||
|
|
Loading…
Reference in New Issue