coreboot-kgpe-d16/src/mainboard/google/gale
Martin Roth 6d6c00a502 google/gale: Remove #ifdef of Kconfig bool symbol
Kconfig symbols of type bool are ALWAYS defined, so this code was
always being included and run, which isn't what the author wanted.

Change to use IS_ENABLED(), and a regular if() instead of an #ifdef.

Change-Id: I72623fa27e47980c602135f4b73f371c7f50139b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16837
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2016-10-03 22:53:44 +02:00
..
blsp.c Gale: Add LED support. 2016-07-12 00:25:25 +02:00
board_info.txt
boardid.c google/gale: Add more board ID variants 2016-08-03 18:23:47 +02:00
bootblock.c
cdp.c google/gale: Remove NAND init 2016-05-10 22:57:21 +02:00
chromeos.c google/gale: Add more board ID variants 2016-08-03 18:23:47 +02:00
chromeos.fmd google/gale: mark RW_LEGACY to carry CBFS 2016-05-10 23:46:07 +02:00
devicetree.cb
Kconfig google/gale/Kconfig: Change wording of Kconfig option 2016-10-03 22:05:10 +02:00
Kconfig.name
mainboard.c Gale board: Move TPM setup function to verstage.c 2016-06-02 00:19:11 +02:00
Makefile.inc qualcomm/gale: Add required files to enable elog in ramstage 2016-07-28 00:38:44 +02:00
memlayout.ld
mmu.c soc/qualcomm/ipq40xx: Map OCIMEM 2016-05-10 23:20:22 +02:00
mmu.h soc/qualcomm/ipq40xx: Map OCIMEM 2016-05-10 23:20:22 +02:00
reset.c soc/qualcomm/ipq40xx: Enable crashdump handling 2016-05-10 23:24:08 +02:00
romstage.c
verstage.c google/gale: Remove #ifdef of Kconfig bool symbol 2016-10-03 22:53:44 +02:00