SPL: ext: remove redundant ifdef statement
authorPetr Kulhavy <brain@jikos.cz>
Tue, 14 Jun 2016 10:06:36 +0000 (12:06 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jun 2016 13:51:00 +0000 (09:51 -0400)
commit58c95d5356f4a4c711523dbca0e989cfc8d2cf21
tree724ec14a5d67d83d408f0a6d3632f6027e6e930e
parente17adbb3507fc022fe6ed38b150ce9044101d9b0
SPL: ext: remove redundant ifdef statement

Remove redundant #if defined(CONFIG_SPL_OS_BOOT) statement around
getenv() calls in spl_load_image_ext_os().

The whole function is surrounded by #ifdef CONFIG_SPL_OS_BOOT.

No functional change.

Signed-off-by: Petr Kulhavy <brain@jikos.cz>
CC: Guillaume GARDET <guillaume.gardet@free.fr>
Acked-by: Guillaume GARDET <guillaume.gardet@free.fr>
common/spl/spl_ext.c