projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3570c3
)
ddr_freq: fix when enable armtrustzone ,then ddr_freq error.
author
qjb
<qjb@rock-chips.com>
Tue, 20 Jan 2015 02:28:07 +0000
(10:28 +0800)
committer
qjb
<qjb@rock-chips.com>
Tue, 20 Jan 2015 02:29:07 +0000
(10:29 +0800)
arch/arm/mach-rockchip/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/Makefile
b/arch/arm/mach-rockchip/Makefile
index 8dfc9e53f23f6eacd6d2fd49b88eb10abdeca5bf..d3e49d113acb0731d7b299f8ab7ee4d1cef7b6bb 100755
(executable)
--- a/
arch/arm/mach-rockchip/Makefile
+++ b/
arch/arm/mach-rockchip/Makefile
@@
-5,7
+5,7
@@
obj-y += rk312x.o
obj-y += rk3126b.o
obj-y += rk3188.o
obj-y += rk3288.o
-if
eq ($(CONFIG_ARM_TRUSTZONE),n
)
+if
neq ($(CONFIG_ARM_TRUSTZONE),y
)
obj-y += ddr_freq.o
endif
obj-y += efuse.o