]> git.sur5r.net Git - u-boot/commitdiff
MX25: tx25: Add _end section on nand_spl
authorFabio Estevam <festevam@gmail.com>
Sun, 3 Apr 2011 12:17:19 +0000 (12:17 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:07 +0000 (19:38 +0200)
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

index 324a932fb22300a61d9e429a1b4542b396b178be..d2b08f60c59c7597299ebab1c3002e02ebbdf6e8 100644 (file)
@@ -63,6 +63,8 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)