diff options
author | Andreas Bießmann <biessmann@corscience.de> | 2011-02-09 04:10:30 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-18 07:56:52 +0200 |
commit | c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e (patch) | |
tree | f265b4fcdf59803bb542670a565b9105eee4154e /board/earthlcd | |
parent | 74cd9777f8dd44fd944a9ac75cfbc24eeb206453 (diff) | |
download | u-boot-imx-c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e.zip u-boot-imx-c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e.tar.gz u-boot-imx-c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e.tar.bz2 |
avr32: fix linking
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>
Diffstat (limited to 'board/earthlcd')
-rw-r--r-- | board/earthlcd/favr-32-ezkit/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk index 284f7ff..455b0d5 100644 --- a/board/earthlcd/favr-32-ezkit/config.mk +++ b/board/earthlcd/favr-32-ezkit/config.mk @@ -1,3 +1,2 @@ PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -PLATFORM_LDFLAGS += --gc-sections CONFIG_SYS_TEXT_BASE = 0x00000000 |