diff options
Diffstat (limited to 'cpu/mpc5xxx/u-boot-customlayout.lds')
-rw-r--r-- | cpu/mpc5xxx/u-boot-customlayout.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/u-boot-customlayout.lds b/cpu/mpc5xxx/u-boot-customlayout.lds index 123a14c5aa..4e10ddbcc2 100644 --- a/cpu/mpc5xxx/u-boot-customlayout.lds +++ b/cpu/mpc5xxx/u-boot-customlayout.lds @@ -124,7 +124,7 @@ SECTIONS __init_end = .; __bss_start = .; - .bss : + .bss (NOLOAD) : { *(.sbss) *(.scommon) *(.dynbss) |