diff options
author | Dave Frodin <dave.frodin@se-eng.com> | 2014-06-09 12:33:24 -0600 |
---|---|---|
committer | Dave Frodin <dave.frodin@se-eng.com> | 2014-06-20 23:28:59 +0200 |
commit | da2daef4b43ac85657429fe9b3f4a6d18179d48d (patch) | |
tree | 3f120907d62d0784bb4923a19c4e96ae50de4b96 /src/superio/nuvoton/nct5104d/Makefile.inc | |
parent | 7bf4f484c08e7256175e0db3024d3b76ba58613f (diff) | |
download | coreboot-da2daef4b43ac85657429fe9b3f4a6d18179d48d.tar.xz |
superio/nuvoton: Adds a function to route pins 41-48 to UARTD
Pins 41-48 default to being GPIs. This switches the internal
mux to connect them to UARTD.
Change-Id: I61393b8c35cbc664f6520f60eed09ba4bbede0dc
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/5963
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/superio/nuvoton/nct5104d/Makefile.inc')
-rw-r--r-- | src/superio/nuvoton/nct5104d/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nuvoton/nct5104d/Makefile.inc b/src/superio/nuvoton/nct5104d/Makefile.inc index fcb5ec22c3..b6278bad1d 100644 --- a/src/superio/nuvoton/nct5104d/Makefile.inc +++ b/src/superio/nuvoton/nct5104d/Makefile.inc @@ -19,3 +19,4 @@ ## ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += superio.c +romstage-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += early_init.c |