]> git.sur5r.net Git - u-boot/commit
malta: Use I/O accessors for SuperI/O controller
authorPaul Burton <paul.burton@imgtec.com>
Fri, 29 Jan 2016 13:54:54 +0000 (13:54 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 1 Feb 2016 21:13:25 +0000 (22:13 +0100)
commit91ec615e5474e38bbd65f36b861849e70311548b
tree499281e95e4e5514dcc0311e76c749c1c99a6250
parent19a5ef60bb209f85ee2f61e99b65c321843b2316
malta: Use I/O accessors for SuperI/O controller

Rather than passing the I/O port base address to the Super I/O code,
switch it to using outb such that it makes use of the I/O port base
address automatically.

Drop the extern keyword to satisfy checkpatch whilst here.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
board/imgtec/malta/malta.c
board/imgtec/malta/superio.c
board/imgtec/malta/superio.h