aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/romstage/Makefile.inc
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-05-30 14:35:15 -0700
committerLeroy P Leahy <leroy.p.leahy@intel.com>2016-05-31 22:10:56 +0200
commitac78db3a53a7653a73409936455d68c754291e9d (patch)
tree74b89328d2678996dbdee610ad3c1fa9c148de3a /src/soc/intel/quark/romstage/Makefile.inc
parentfd91dee42001cd055d5a51c13750c8e1abc0e7e1 (diff)
soc/intel/quark: Move UART init into romstage.c
Move UART initialization into romstage.c and eliminate uart.c. TEST=Build and run on Galileo Gen2 Change-Id: I5f2c9b4c566008000c2201c422a0bba63da64487 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/15009 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/quark/romstage/Makefile.inc')
-rw-r--r--src/soc/intel/quark/romstage/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/quark/romstage/Makefile.inc b/src/soc/intel/quark/romstage/Makefile.inc
index 2f29b06a70..6c92ac4474 100644
--- a/src/soc/intel/quark/romstage/Makefile.inc
+++ b/src/soc/intel/quark/romstage/Makefile.inc
@@ -20,4 +20,3 @@ romstage-y += mtrr.c
romstage-y += pcie.c
romstage-y += report_platform.c
romstage-y += romstage.c
-romstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart.c