aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-q35/Kconfig
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@gmail.com>2014-07-29 12:13:12 +0200
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-30 02:08:07 +0200
commitb8e96ed7b81c2d1816814a2a89cf79a5abc4c28f (patch)
treeec97ca8a94fbd1db45fdbecbad284c2e8a060991 /src/mainboard/emulation/qemu-q35/Kconfig
parent76a1437dbe7fae07a5054971adadb703c19f5885 (diff)
Kconfig: Fix comments on endif to match the corresponding if
Change-Id: I5c40de41a01d9c558f6c2795e19e643009804e70 Signed-off-by: Daniele Forsi <dforsi@gmail.com> Reviewed-on: http://review.coreboot.org/6397 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/emulation/qemu-q35/Kconfig')
-rw-r--r--src/mainboard/emulation/qemu-q35/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index 69f596de26..3949937c77 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -44,5 +44,4 @@ config DCACHE_RAM_SIZE
hex
default 0x10000
-
-endif # BOARD_EMULATION_QEMU_X86
+endif # BOARD_EMULATION_QEMU_X86_Q35