diff mbox

[U-Boot] powerpc/85xx: Fix MPC8572DS NAND build

Message ID 1320771889-12969-1-git-send-email-galak@kernel.crashing.org
State Accepted
Commit e4382acb1ff1c0686d86f4cac4f2e12f89c534cf
Delegated to: Kumar Gala
Headers show

Commit Message

Kumar Gala Nov. 8, 2011, 5:04 p.m. UTC
Reduce NAND SPL build size by not include TLB entries that arent used by
it.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 board/freescale/mpc8572ds/tlb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Kumar Gala Nov. 11, 2011, 1:34 p.m. UTC | #1
On Nov 8, 2011, at 11:04 AM, Kumar Gala wrote:

> Reduce NAND SPL build size by not include TLB entries that arent used by
> it.
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> board/freescale/mpc8572ds/tlb.c |    2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)

applied

- k
diff mbox

Patch

diff --git a/board/freescale/mpc8572ds/tlb.c b/board/freescale/mpc8572ds/tlb.c
index 575bdb5..6d60513 100644
--- a/board/freescale/mpc8572ds/tlb.c
+++ b/board/freescale/mpc8572ds/tlb.c
@@ -58,6 +58,7 @@  struct fsl_e_tlb_entry tlb_table[] = {
 		      MAS3_SX|MAS3_SR, MAS2_W|MAS2_G,
 		      0, 2, BOOKE_PAGESZ_256M, 1),
 
+#ifndef CONFIG_NAND_SPL
 	/* *I*G* - PCI */
 	SET_TLB_ENTRY(1, CONFIG_SYS_PCIE3_MEM_VIRT, CONFIG_SYS_PCIE3_MEM_PHYS,
 		      MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
@@ -76,6 +77,7 @@  struct fsl_e_tlb_entry tlb_table[] = {
 	SET_TLB_ENTRY(1, CONFIG_SYS_PCIE3_IO_VIRT, CONFIG_SYS_PCIE3_IO_PHYS,
 		      MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
 		      0, 6, BOOKE_PAGESZ_256K, 1),
+#endif
 
 	/* *I*G - NAND */
 	SET_TLB_ENTRY(1, CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE_PHYS,