Add support for the ATNGW100 Network Gateway reference design, including flash, ethernet and MMC support. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4 lines
115 B
Makefile
4 lines
115 B
Makefile
TEXT_BASE = 0x00000000
|
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
|
PLATFORM_LDFLAGS += --gc-sections
|