public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] MX31: mx31pdk: fix nand_spl
@ 2011-04-03 10:01 Stefano Babic
  2011-04-03 12:08 ` Albert ARIBAUD
  2011-04-03 22:04 ` Fabio Estevam
  0 siblings, 2 replies; 6+ messages in thread
From: Stefano Babic @ 2011-04-03 10:01 UTC (permalink / raw)
  To: u-boot

Commit f326cbba98bae21d41df8daac0bd78121d557af1 breaks mx31pdk,
as the _end section in u-boot.lds is missing for the nand_spl
production.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@freescale.com>
---
 nand_spl/board/freescale/mx31pdk/u-boot.lds |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/nand_spl/board/freescale/mx31pdk/u-boot.lds b/nand_spl/board/freescale/mx31pdk/u-boot.lds
index 324a932..d2b08f6 100644
--- a/nand_spl/board/freescale/mx31pdk/u-boot.lds
+++ b/nand_spl/board/freescale/mx31pdk/u-boot.lds
@@ -63,6 +63,8 @@ SECTIONS
 		*(.dynsym)
 	}
 
+	_end = .;
+
 	.bss __rel_dyn_start (OVERLAY) : {
 		__bss_start = .;
 		*(.bss)
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-04  5:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03 10:01 [U-Boot] [PATCH 1/2] MX31: mx31pdk: fix nand_spl Stefano Babic
2011-04-03 12:08 ` Albert ARIBAUD
2011-04-03 17:50   ` Stefano Babic
2011-04-03 22:27   ` Fabio Estevam
2011-04-03 22:04 ` Fabio Estevam
2011-04-04  5:52   ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox