test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 31 Aug 2018 19:31:24 +0000 (21:31 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
commit7a9e6ee6eb83b1dd91032d246702555d7b5a8452
tree4788d41bb3277fdfebae379f08e897d9f40472f3
parent4ddcc4e5d28b80eacbcc97f67218a9ce5a326963
test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)

Using CONFIG_IS_ENABLED(EFI_LOADER) allows to simply the #if statements.

Suggested-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
test/print_ut.c