mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-01 22:07:21 +00:00
3 lines
146 B
Makefile
3 lines
146 B
Makefile
PLATFORM_CPPFLAGS += -march=armv5te
|
|
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|
|
LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91/u-boot.lds
|