snow: use bootblock build class for I2C code

This gets rid of a bunch of duplicate I2C code in the bootblock.

Change-Id: I51f625a0f738cca4ed2453fbcb78092e4110bc7e
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2289
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
David Hendricks
2013-02-05 14:50:30 -08:00
committed by Ronald G. Minnich
parent 00e480e22d
commit 94e230aa93
2 changed files with 2 additions and 401 deletions

View File

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