diff options
author | Martin Roth <martinroth@google.com> | 2016-09-30 14:51:24 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-03 22:53:44 +0200 |
commit | 6d6c00a50237dd8c9102fd24cb183ceda1aa90ac (patch) | |
tree | bcf9e7749431f6760835d066043f35842716ea67 /util | |
parent | 8bc8be4d0ecd2c939a36f2846ef85d6f469180eb (diff) | |
download | coreboot-6d6c00a50237dd8c9102fd24cb183ceda1aa90ac.tar.xz |
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>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions