[U-Boot] [PATCH 1/7 v11] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL

York Sun yorksun at freescale.com
Tue Aug 20 19:06:30 CEST 2013


On 08/16/2013 12:16 AM, ying.zhang at freescale.com wrote:
> From: Ying Zhang <b40530 at freescale.com>
> 
> 1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it.
> 2. Some functions were unused in the minimal SPL, but it is useful
> in the common SPL. So, enabled some functionality for common SPL.
> 
> Signed-off-by: Ying Zhang <b40530 at freescale.com>
> ---
> Change from v10:
> - No change.
> Change from v9:
> - No change.
> Change from v8:
> - No change.
> Change from v7:
> - No change.
> Change from v6:
> - No change.
> Change from v5:
> - No change.
> Change from v4:
> - Use !defined(CONFIG_SPL_BUILD) || !defined(CONFIG_SPL_INIT_MINIMAL).
> - to replace to new symbols.
> Change from v3:
> - Give up new symbol and delete the line.
> - ifndef CONFIG_SPL_BUILD in common/env_common.c.
> Change from v2:
> - Split from "Add the symbol for the minimal SPL to eliminate unused code".
> Change from v1:
> - Split from "boot from SD card/SPI flash with SPL".
> 
>  arch/powerpc/cpu/mpc85xx/tlb.c |    3 ++-
>  arch/powerpc/cpu/mpc8xxx/law.c |    6 ++++--
>  include/configs/MPC8313ERDB.h  |    1 -
>  include/configs/P1022DS.h      |    1 -
>  include/configs/p1_p2_rdb_pc.h |    1 -
>  5 files changed, 6 insertions(+), 6 deletions(-)
> 

Applied to u-boot-mpc85xx/master.

York





More information about the U-Boot mailing list