[coreboot-gerrit] New patch to review for coreboot: 08cebba dmp/vortex86ex: fix missing if CPU_DMP_VORTEX86EX / endif

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Thu Apr 30 08:36:50 CEST 2015


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10038

-gerrit

commit 08cebba23c6b7e312aa3d3324288d3b9eddce49d
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Thu Apr 30 01:35:57 2015 -0500

    dmp/vortex86ex: fix missing if CPU_DMP_VORTEX86EX / endif
    
    Change-Id: Ifecf291b985ab9d0d13d6b1264d3bc9a314b8546
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/cpu/dmp/vortex86ex/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/cpu/dmp/vortex86ex/Kconfig b/src/cpu/dmp/vortex86ex/Kconfig
index b14be7d..733de8b 100644
--- a/src/cpu/dmp/vortex86ex/Kconfig
+++ b/src/cpu/dmp/vortex86ex/Kconfig
@@ -19,6 +19,10 @@
 
 config CPU_DMP_VORTEX86EX
 	bool
+
+if CPU_DMP_VORTEX86EX
+
+config CPU_SPECIFIC_OPTIONS
 	select ARCH_BOOTBLOCK_X86_32
 	select ARCH_VERSTAGE_X86_32
 	select ARCH_ROMSTAGE_X86_32
@@ -71,3 +75,5 @@ config PLL_500_375_33
 	bool "CPU=500Mhz/DRAM=375Mhz/PCI=33Mhz"
 
 endchoice
+
+endif



More information about the coreboot-gerrit mailing list