summaryrefslogtreecommitdiff
path: root/board/earthlcd/favr-32-ezkit/config.mk
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-08-06 14:42:13 +0200
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-08-06 15:10:50 +0200
commit0eb5717a85b6cba3f67c11fa89bdde38dcd081b5 (patch)
tree9743fee4f55a27e37292ef86d86688c835abf333 /board/earthlcd/favr-32-ezkit/config.mk
parent81091f58f0c58ecd26c5b05de2ae20ca6cdb521c (diff)
avr32: add support for EarthLCD Favr-32 board
This patch adds support for the Favr-32 board made by EarthLCD. This kit, which is also called ezLCD-101 when running with EarthLCD firmware, has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash, Ethernet, audio out, USB device, SD-card slot, USART and various other connectors for cennecting stuff to SPI, I2C, GPIO, etc. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'board/earthlcd/favr-32-ezkit/config.mk')
-rw-r--r--board/earthlcd/favr-32-ezkit/config.mk4
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 000000000..2337d6223
--- /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