snow: use bootblock build class for GPIO

This gets rid of a bunch of copy + pasted GPIO code.

Change-Id: I548b2b5d63642a9da185eb7b34f80cbebf9b124f
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2288
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
David Hendricks
2013-02-05 14:43:52 -08:00
committed by Ronald G. Minnich
parent 6aaf856cd2
commit 00e480e22d
3 changed files with 2 additions and 82 deletions

View File

@@ -8,6 +8,7 @@
# in the bootblock and try moving it entirely into romstage.
bootblock-y += clock_init.c
bootblock-y += clock.c
bootblock-y += pinmux.c
bootblock-y += soc.c
bootblock-y += uart.c

View File

@@ -1,4 +1,5 @@
bootblock-y += pwm.c
bootblock-y += s5p_gpio.c
bootblock-y += timer.c
romstage-y += cpu_info.c