commit | 6d8bfcb9594cbbe062430ee6081c1a6cc898ed7e | [log] [tgz] |
---|---|---|
author | Ying Zhang <b40530@freescale.com> | Thu Jun 20 16:04:24 2013 +0800 |
committer | York Sun <yorksun@freescale.com> | Tue Aug 20 09:46:57 2013 -0700 |
tree | b143316613a3496ddb84fecc7e1263cea381f9d6 | |
parent | 2c8c3c25d023fff3e71edc0784ac391ceb4e9ee1 [diff] |
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>