From 00e480e22d00088d4d6f8bb6b0a6b5c1f840f6a2 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Tue, 5 Feb 2013 14:43:52 -0800 Subject: 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 Reviewed-on: http://review.coreboot.org/2288 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/samsung/exynos5250/Makefile.inc | 1 + src/cpu/samsung/s5p-common/Makefile.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'src/cpu/samsung') diff --git a/src/cpu/samsung/exynos5250/Makefile.inc b/src/cpu/samsung/exynos5250/Makefile.inc index 39e1c7eeb8..1c6d7169a0 100644 --- a/src/cpu/samsung/exynos5250/Makefile.inc +++ b/src/cpu/samsung/exynos5250/Makefile.inc @@ -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 diff --git a/src/cpu/samsung/s5p-common/Makefile.inc b/src/cpu/samsung/s5p-common/Makefile.inc index df67573b84..0f4200c770 100644 --- a/src/cpu/samsung/s5p-common/Makefile.inc +++ b/src/cpu/samsung/s5p-common/Makefile.inc @@ -1,4 +1,5 @@ bootblock-y += pwm.c +bootblock-y += s5p_gpio.c bootblock-y += timer.c romstage-y += cpu_info.c -- cgit v1.2.3