HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38575 )
Change subject: src/Kconfig: Remove unused symbol ......................................................................
src/Kconfig: Remove unused symbol
Change-Id: I24c07c9a4813ceba48082ca2c564266435e58a18 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/38575/1
diff --git a/src/Kconfig b/src/Kconfig index 9522542..f538a1c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1087,10 +1087,6 @@
source "src/lib/Kconfig"
-config ENABLE_APIC_EXT_ID - bool - default n - config WARNINGS_ARE_ERRORS bool default y
HAOUAS Elyes has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/38575 )
Change subject: src/Kconfig: Remove unused symbol ......................................................................
src/Kconfig: Remove unused symbol
The use of ENABLE_APIC_EXT_ID removed with commit: de56a66e
Change-Id: I24c07c9a4813ceba48082ca2c564266435e58a18 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/38575/2
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38575 )
Change subject: src/Kconfig: Remove unused symbol ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38575 )
Change subject: src/Kconfig: Remove unused symbol ......................................................................
src/Kconfig: Remove unused symbol
The use of ENABLE_APIC_EXT_ID removed with commit: de56a66e
Change-Id: I24c07c9a4813ceba48082ca2c564266435e58a18 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/38575 Reviewed-by: Nico Huber nico.h@gmx.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/Kconfig b/src/Kconfig index 9522542..f538a1c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1087,10 +1087,6 @@
source "src/lib/Kconfig"
-config ENABLE_APIC_EXT_ID - bool - default n - config WARNINGS_ARE_ERRORS bool default y