mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
a8a78f2d99
AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a common infrastructure can be used. Let this infrastructure be named after the AT91SAM9 family, and move the existing AT91CAP9 files to the new place. Signed-off-by: Stelian Pop <stelian@popies.net>
2 lines
93 B
Makefile
2 lines
93 B
Makefile
PLATFORM_CPPFLAGS += -march=armv5te
|
|
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|