diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-02-04 20:42:12 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-02-05 23:37:36 +0100 |
commit | 15a66a10b53c257b549f6c9efe6355e39556a8c5 (patch) | |
tree | 347a9b5be2eb64a259f2cbbb12a746371ed80fe9 /src/cpu/samsung/exynos5250/Makefile.inc | |
parent | 4c2aafe586d5214409b4de0affb5f743477d2f1c (diff) | |
download | coreboot-15a66a10b53c257b549f6c9efe6355e39556a8c5.tar.xz |
snow: use bootblock build class for UART code
This gets rid of a bunch of copy + pasted code from Exynos UART
files.
Change-Id: I9fbb6d79a40a338c9fdecd495544ff207909fd37
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2286
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5250/Makefile.inc')
-rw-r--r-- | src/cpu/samsung/exynos5250/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/Makefile.inc b/src/cpu/samsung/exynos5250/Makefile.inc index 3dcf461e1b..39e1c7eeb8 100644 --- a/src/cpu/samsung/exynos5250/Makefile.inc +++ b/src/cpu/samsung/exynos5250/Makefile.inc @@ -8,6 +8,8 @@ # in the bootblock and try moving it entirely into romstage. bootblock-y += clock_init.c bootblock-y += clock.c +bootblock-y += soc.c +bootblock-y += uart.c romstage-y += clock.c romstage-y += clock_init.c |