From: Fabio Estevam Date: Sun, 3 Apr 2011 12:17:19 +0000 (+0000) Subject: MX25: tx25: Add _end section on nand_spl X-Git-Tag: v2011.06-rc1~131^2~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=776784908c0342146caecc777fb596234e23f027;p=oweals%2Fu-boot.git MX25: tx25: Add _end section on nand_spl 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 --- diff --git a/nand_spl/board/karo/tx25/u-boot.lds b/nand_spl/board/karo/tx25/u-boot.lds index 324a932fb2..d2b08f60c5 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)