Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/29587
Change subject: arch/x86/Kconfig: Remove unused ARCH_POSTCAR_X86_{32,64} ......................................................................
arch/x86/Kconfig: Remove unused ARCH_POSTCAR_X86_{32,64}
Change-Id: I4bef4b147083191da6a36ee15b832d75d8215372 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/29587/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 7c8371e..ff26a15 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -35,10 +35,6 @@ bool default n
-config ARCH_POSTCAR_X86_32 - bool - default ARCH_ROMSTAGE_X86_32 && POSTCAR_STAGE - config ARCH_RAMSTAGE_X86_32 bool default n @@ -59,10 +55,6 @@ bool default n
-config ARCH_POSTCAR_X86_64 - bool - default ARCH_ROMSTAGE_X86_64 && POSTCAR_STAGE - config ARCH_RAMSTAGE_X86_64 bool default n