nvramcui: Use regular `if` over `#if` for `IS_ENABLED`
commitafbc2c9c0cf0767a95871f18c96b026335cdb55c
authorPaul Menzel <pmenzel@molgen.mpg.de>
Mon, 13 Mar 2017 16:56:17 +0000 (13 17:56 +0100)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 6 Jun 2017 21:34:19 +0000 (6 23:34 +0200)
treeb938fc87d1877de20ee6332c2b080a6840bf785c
parent7f46fff24c2975f29db7eed3504a7fea846c20d0
nvramcui: Use regular `if` over `#if` for `IS_ENABLED`

When using the regular `if` construct, the compiler will check the
guarded code independently from the condition.

Change-Id: I988fa9379e8c748013a67ef29fa908b4d9a970ad
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/18794
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
payloads/nvramcui/nvramcui.c