mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-29 00:36:31 -04:00

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
|