commit | ecb2364e0b68c5be4d19e3a931229cc8bc0f862b | [log] [tgz] |
---|---|---|
author | Petr Kulhavy <brain@jikos.cz> | Tue Jun 14 12:06:36 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 17 09:51:00 2016 -0400 |
tree | 724ec14a5d67d83d408f0a6d3632f6027e6e930e | |
parent | 8ca5a90cf9367bbfd36f711d07dac6ced7c0dae3 [diff] |
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>