diff mbox

[U-Boot] MX25: tx25: Add _end section on nand_spl

Message ID 1301869039-6771-1-git-send-email-festevam@gmail.com
State Accepted
Commit 776784908c0342146caecc777fb596234e23f027
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Fabio Estevam April 3, 2011, 10:17 p.m. UTC
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(-)

Comments

Albert ARIBAUD April 4, 2011, 5:55 a.m. UTC | #1
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,
diff mbox

Patch

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)