projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A
[oweals/u-boot.git]
/
arch
/
arm
/
mach-at91
/
config.mk
1
ifeq ($(CONFIG_CPU_ARM926EJS),y)
2
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
3
endif
4
5
ifeq ($(CONFIG_CPU_V7A),y)
6
ifndef CONFIG_SPL_BUILD
7
ALL-y += u-boot.img
8
endif
9
endif