diff options
Diffstat (limited to 'board/esd/pmc440')
| -rw-r--r-- | board/esd/pmc440/u-boot-nand.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/pmc440/u-boot-nand.lds b/board/esd/pmc440/u-boot-nand.lds index cf4229a22..71f0fd2c3 100644 --- a/board/esd/pmc440/u-boot-nand.lds +++ b/board/esd/pmc440/u-boot-nand.lds @@ -129,6 +129,6 @@ SECTIONS     . = ALIGN(4);    } -  _end = . ; +  __bss_end__ = . ;    PROVIDE (end = .);  } |