projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f385e9
)
imx: Add u-boot.imx as target for ARM9 i.MX SOCs
author
Timo Ketola
<timo@exertus.fi>
Wed, 18 Apr 2012 22:55:35 +0000
(22:55 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:34 +0000
(08:31 +0200)
Signed-off-by: Timo Ketola <timo@exertus.fi>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/arm926ejs/config.mk
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/config.mk
b/arch/arm/cpu/arm926ejs/config.mk
index
ffb2e6c
..
6a3a1bb
100644
(file)
--- a/
arch/arm/cpu/arm926ejs/config.mk
+++ b/
arch/arm/cpu/arm926ejs/config.mk
@@
-31,3
+31,9
@@
PLATFORM_CPPFLAGS += -march=armv5te
# =========================================================================
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
+
+ifneq ($(CONFIG_IMX_CONFIG),)
+
+ALL-y += $(obj)u-boot.imx
+
+endif