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:
d2b4a19
)
move video_state config from CONFIG_CPU_FREQ to CONFIG_DDR_FREQ
author
xxx
<xxx@rock-chips.com>
Wed, 5 Sep 2012 21:38:53 +0000
(14:38 -0700)
committer
xxx
<xxx@rock-chips.com>
Wed, 5 Sep 2012 21:39:10 +0000
(14:39 -0700)
arch/arm/mach-rk30/Makefile
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/Makefile
b/arch/arm/mach-rk30/Makefile
old mode 100644
(file)
new mode 100755
(executable)
index
85ac75b
..
01752c8
--- a/
arch/arm/mach-rk30/Makefile
+++ b/
arch/arm/mach-rk30/Makefile
@@
-21,9
+21,9
@@
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
obj-$(CONFIG_PM) += pm.o
CFLAGS_pm.o += -mthumb
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
-obj-$(CONFIG_CPU_FREQ) += cpufreq.o
video_state.o
+obj-$(CONFIG_CPU_FREQ) += cpufreq.o
obj-$(CONFIG_DVFS) += dvfs.o
-obj-$(CONFIG_DDR_FREQ) += ddr_freq.o
+obj-$(CONFIG_DDR_FREQ) += ddr_freq.o
video_state.o
obj-$(CONFIG_RK30_I2C_INSRAM) += i2c_sram.o
CFLAGS_i2c_sram.o += -mthumb