From e274a2c396b008dcdf9dc0ad8edf9680a839a39f Mon Sep 17 00:00:00 2001 From: shamen123 <31340423+shamen123@users.noreply.github.com> Date: Thu, 10 Jan 2019 15:06:40 +0000 Subject: [PATCH] remove CONFIG_GPG=y Building make BOARD=x230-flash fails due to size. Removal of CONFIG_GPG fixes this. For further details, see https://github.com/osresearch/heads/issues/451 --- boards/x230-flash/x230-flash.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/x230-flash/x230-flash.config b/boards/x230-flash/x230-flash.config index 72e1838f..b10d17af 100644 --- a/boards/x230-flash/x230-flash.config +++ b/boards/x230-flash/x230-flash.config @@ -3,7 +3,7 @@ BOARD=x230.flash export CONFIG_COREBOOT=y CONFIG_FLASHROM=y -CONFIG_GPG=y +#CONFIG_GPG=y CONFIG_FLASHTOOLS=y CONFIG_PCIUTILS=y #CONFIG_MBEDTLS=y