mainboard/google/soraka: Add gpio.c to bootblock

Add gpio.c to bootblock so that the variant early_gpio_table can be
used for configuration in bootblock.

BUG=b:64181150,b:62726961

Change-Id: I77181334257f2fd19982ecafc1f58afe912f4280
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/20878
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Furquan Shaikh 2017-08-03 16:48:07 -07:00 committed by Furquan Shaikh
parent 570583ea8e
commit 5a89b40b15
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ SPD_SOURCES += samsung_dimm_K3QF3F30BM-AGCF # 0b0111
SPD_SOURCES += samsung_dimm_K3QF4F40BM-AGCF # 0b1000
SPD_SOURCES += samsung_dimm_K3QFAFA0CM-AGCF # 0b1001
bootblock-y += gpio.c
ramstage-y += gpio.c