]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
authorYing Zhang <b40530@freescale.com>
Thu, 20 Jun 2013 08:04:24 +0000 (16:04 +0800)
committerYork Sun <yorksun@freescale.com>
Tue, 20 Aug 2013 16:46:57 +0000 (09:46 -0700)
commit7cb4f1cc80b1cb13e68444adee06b1741c047e36
treeb143316613a3496ddb84fecc7e1263cea381f9d6
parent39bc12ddc36c9e30199471da0f3a929b178a04b2
spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

The functionality env_import will be used in the SPL. They
had been excluded by ifndef CONFIG_SPL_BUILD. Now, put it
into the SPL.

Signed-off-by: Ying Zhang <b40530@freescale.com>
Acked-by: Tom Rini <trini@ti.com>
Acked-by: York Sun <yorksun@freescale.com>
common/env_common.c