
18 Apr
2011
18 Apr
'11
12:53 p.m.
Dear Andreas Bießmann:
This patch fixes following error:
---8<--- avr32-linux-ld: --gc-sections and -r may not be used together --->8---
Since 8aba9dceebb14144e07d19593111ee3a999c37fc all avr32 boards are broken due to linking error as seen above.
Signed-off-by: Andreas Bießmann biessmann@corscience.de
arch/avr32/config.mk | 2 +- board/atmel/atngw100/config.mk | 1 - board/atmel/atstk1000/config.mk | 1 - board/earthlcd/favr-32-ezkit/config.mk | 1 - board/mimc/mimc200/config.mk | 1 - board/miromico/hammerhead/config.mk | 1 - 6 files changed, 1 insertions(+), 6 deletions(-)
Applied to u-boot-atmel/next, thanks.
Reinhard