diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-08-20 09:37:09 +0200 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-08-20 09:37:09 +0200 |
commit | d3c23a790fb24f9cb5cc467b81b0c3ad3eeb1f96 (patch) | |
tree | 605af42f8834ea0b793e7febe4aba5d899e5f160 /board/earthlcd/favr-32-ezkit/config.mk | |
parent | fcd69a1a57fb2af4d26201422095a4be9f36963e (diff) | |
parent | 33eac2b3d946fc998a09245dfe54d017079b9056 (diff) | |
download | u-boot-imx-d3c23a790fb24f9cb5cc467b81b0c3ad3eeb1f96.zip u-boot-imx-d3c23a790fb24f9cb5cc467b81b0c3ad3eeb1f96.tar.gz u-boot-imx-d3c23a790fb24f9cb5cc467b81b0c3ad3eeb1f96.tar.bz2 |
Merge branch 'next' of git://git.denx.de/u-boot-avr32
Conflicts:
MAINTAINERS
Diffstat (limited to 'board/earthlcd/favr-32-ezkit/config.mk')
-rw-r--r-- | board/earthlcd/favr-32-ezkit/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk new file mode 100644 index 0000000..2337d62 --- /dev/null +++ b/board/earthlcd/favr-32-ezkit/config.mk @@ -0,0 +1,4 @@ +PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections +PLATFORM_LDFLAGS += --gc-sections +TEXT_BASE = 0x00000000 +LDSCRIPT = $(obj)board/earthlcd/favr-32-ezkit/u-boot.lds |