diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2017-03-15 00:41:10 +0100 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2017-03-15 01:28:57 +0100 |
commit | 48b69aca47c7bd2dff6298e936904eae7bdd5271 (patch) | |
tree | 1ff06d986042158c3d37f7383f35dfee51e13192 /src/mainboard/intel/galileo/Makefile.inc | |
parent | 5fae8294104ae62353466298fae493e717056a28 (diff) | |
download | coreboot-48b69aca47c7bd2dff6298e936904eae7bdd5271.tar.xz |
Revert "mainboard/intel/galileo: Add vboot support"
This reverts commit a50ced2eba20a007fa5b486c251c252ad09868cf.
Change-Id: I4f7d3177015bfe280111843014c310e0d333cb17
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18814
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/intel/galileo/Makefile.inc')
-rw-r--r-- | src/mainboard/intel/galileo/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/intel/galileo/Makefile.inc b/src/mainboard/intel/galileo/Makefile.inc index f2fda318c0..16b2b4ac99 100644 --- a/src/mainboard/intel/galileo/Makefile.inc +++ b/src/mainboard/intel/galileo/Makefile.inc @@ -20,13 +20,8 @@ endif bootblock-y += gpio.c bootblock-y += reg_access.c -verstage-y += gpio.c -verstage-y += reg_access.c -verstage-$(CONFIG_VBOOT) += vboot.c - romstage-y += gpio.c romstage-y += reg_access.c -romstage-$(CONFIG_VBOOT) += vboot.c postcar-y += gpio.c postcar-y += reg_access.c |