aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/mistral/Makefile.inc
diff options
context:
space:
mode:
authorNitheesh Sekar <nsekar@codeaurora.org>2019-03-27 13:14:02 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-03-28 10:36:29 +0000
commit69cc491c3f49602efd302fe778ea65a7e87b1622 (patch)
tree43ccd218e70b25c04dff4973f0bffb783d5e6351 /src/mainboard/google/mistral/Makefile.inc
parentdd3cffdb0cfd687375c331af5ff680cddcd86b7a (diff)
Mistral: Enable USB in romstage
Enable USB support for mistral in romstage. TEST=build & run Change-Id: I5c2bbe16aa3601e014a2b77d192565402ed23794 Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32063 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/mistral/Makefile.inc')
-rw-r--r--src/mainboard/google/mistral/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/mistral/Makefile.inc b/src/mainboard/google/mistral/Makefile.inc
index dfb0bbc974..2cb963123b 100644
--- a/src/mainboard/google/mistral/Makefile.inc
+++ b/src/mainboard/google/mistral/Makefile.inc
@@ -11,6 +11,7 @@ verstage-y += reset.c
romstage-y += memlayout.ld
romstage-y += chromeos.c
romstage-y += reset.c
+romstage-y += romstage.c
ramstage-y += memlayout.ld
ramstage-y += chromeos.c