[U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
Zhang Ying-B40530
B40530 at freescale.com
Fri Jun 21 09:14:47 CEST 2013
>
> 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 at freescale.com<mailto:b40530 at freescale.com>>
> ---
> Compared with the original version, Changed as below:
> 1. Split from "boot from SD card/SPI flash with SPL".
> 2. Split from "spl: Make CONFIG_SPL_BUILD contain more functionality"
> 3. No change.
> 4. No change.
>
> common/env_common.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
This affects all boards, all architectures? How well has this been
tested?
[Zhang Ying]
We could not verify all the boards.
This ifndef was introduced by Ilya Yanok in
commit 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56.
So, we have already asked Ilya:
What are the consequences of removing this?
Is there some other symbol we can use here?
We have not received any response.
More information about the U-Boot
mailing list