src/drivers/vpd: Remove unused VPD_DEBUG

Change-Id: Iba838309f8055d364c5f846ce29e628067d7b5f5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29608
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2018-11-12 19:06:49 +01:00 committed by Patrick Georgi
parent 414779db10
commit 4d25f96504
1 changed files with 0 additions and 8 deletions

View File

@ -18,11 +18,3 @@ config VPD
default n
help
Enable support for flash based vital product data.
if VPD
config VPD_DEBUG
bool "Enable VPD debug output"
default n
endif