From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 10:06:30 -0700 Subject: [U-Boot] [PATCH 1/7 v11] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL In-Reply-To: <1376637376-25563-1-git-send-email-ying.zhang@freescale.com> References: <1376637376-25563-1-git-send-email-ying.zhang@freescale.com> Message-ID: <5213A216.6010609@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/16/2013 12:16 AM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > 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 > --- > 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