Searched hist:"58 c95d5356f4a4c711523dbca0e989cfc8d2cf21" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_ext.c | 58c95d5356f4a4c711523dbca0e989cfc8d2cf21 Tue Jun 14 10:06:36 UTC 2016 Petr Kulhavy <brain@jikos.cz> 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>
|