mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
83ad179e2f
Currently the arm926ejs tree has the armv4 option set during compilation. This flag does not belong here because a arm926 CPU is always a armv5 CPU. Signed-off-by: Remy Bohmer <linux@bohmer.net>
2 lines
110 B
Makefile
2 lines
110 B
Makefile
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|
|
LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91/u-boot.lds
|