mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 10:56:02 +01: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
|