diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-08 11:18:49 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-11-09 17:21:01 +0100 |
commit | a257f6263b51321ecacc69ac1effbcbe2158fe15 (patch) | |
tree | 0087af9ab0339ce5496dbd810ae1b12a0fc97b76 /board/imgtec/malta/Makefile | |
parent | 7a9d109b00a207b481b05d8e147673da33ad1cd3 (diff) | |
download | u-boot-imx-a257f6263b51321ecacc69ac1effbcbe2158fe15.zip u-boot-imx-a257f6263b51321ecacc69ac1effbcbe2158fe15.tar.gz u-boot-imx-a257f6263b51321ecacc69ac1effbcbe2158fe15.tar.bz2 |
malta: setup super I/O UARTs
On a real Malta the Super I/O needs to be configured before we are able
to access the UARTs. This patch performs that configuration, setting up
the UARTs in the same way that YAMON would.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'board/imgtec/malta/Makefile')
-rw-r--r-- | board/imgtec/malta/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/imgtec/malta/Makefile b/board/imgtec/malta/Makefile index 091830d..19dd3a3 100644 --- a/board/imgtec/malta/Makefile +++ b/board/imgtec/malta/Makefile @@ -7,3 +7,4 @@ obj-y = malta.o obj-y += lowlevel_init.o +obj-y += superio.o |