diff options
Diffstat (limited to 'board/altera/dk1c20/u-boot.lds')
-rw-r--r-- | board/altera/dk1c20/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/dk1c20/u-boot.lds b/board/altera/dk1c20/u-boot.lds index 8b01f45..be77952 100644 --- a/board/altera/dk1c20/u-boot.lds +++ b/board/altera/dk1c20/u-boot.lds @@ -61,7 +61,7 @@ SECTIONS __bss_start = .; . = ALIGN(4); - .bss : + .bss (NOLOAD) : { *(.bss) } |