diff options
author | Fabio Estevam <festevam@gmail.com> | 2011-04-03 12:17:19 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | 776784908c0342146caecc777fb596234e23f027 (patch) | |
tree | 9d0bfd19b7a732b49012c1713480d86da8f4c601 /nand_spl/board/karo | |
parent | 7f5b2bb79bc71d413a4f605b40a34751b2dac908 (diff) |
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 <fabio.estevam@freescale.com>
Diffstat (limited to 'nand_spl/board/karo')
-rw-r--r-- | 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 324a932fb22..d2b08f60c59 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) |