public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MX25: tx25: Add _end section on nand_spl
@ 2011-04-03 22:17 Fabio Estevam
  2011-04-04  5:55 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2011-04-03 22:17 UTC (permalink / raw)
  To: u-boot

Commit f326cbb (arm: fix incorrect monitor protection region in FLASH) missed to update
nand_spl/board/karo/tx25/u-boot.lds.

Add the _end section. 

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 nand_spl/board/karo/tx25/u-boot.lds |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

* [U-Boot] [PATCH] MX25: tx25: Add _end section on nand_spl
  2011-04-03 22:17 [U-Boot] [PATCH] MX25: tx25: Add _end section on nand_spl Fabio Estevam
@ 2011-04-04  5:55 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2011-04-04  5:55 UTC (permalink / raw)
  To: u-boot

Le 04/04/2011 00:17, Fabio Estevam a ?crit :
> Commit f326cbb (arm: fix incorrect monitor protection region in FLASH) missed to update
> nand_spl/board/karo/tx25/u-boot.lds.
>
> Add the _end section.
>
> Signed-off-by: Fabio Estevam<fabio.estevam@freescale.com>
> ---

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03 22:17 [U-Boot] [PATCH] MX25: tx25: Add _end section on nand_spl Fabio Estevam
2011-04-04  5:55 ` Albert ARIBAUD

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