Revision 3ddd4d0c629f3d013aa1ab24bb0546dfe342ff94 authored by Russell King on 15 February 2012, 11:28:06 UTC, committed by Russell King on 21 February 2012, 09:36:34 UTC
The voltage domain code wants the voltage tables, which are in the
opp*.c files.  These files aren't built when PM_OPP is disabled,
causing the following build errors at link time:

twl-common.c:(.init.text+0x2e48): undefined reference to `omap34xx_vddmpu_volt_data'
twl-common.c:(.init.text+0x2e4c): undefined reference to `omap34xx_vddcore_volt_data'
twl-common.c:(.init.text+0x2e5c): undefined reference to `omap36xx_vddmpu_volt_data'
twl-common.c:(.init.text+0x2e60): undefined reference to `omap36xx_vddcore_volt_data'
twl-common.c:(.init.text+0x2830): undefined reference to `omap44xx_vdd_mpu_volt_data'
twl-common.c:(.init.text+0x283c): undefined reference to `omap44xx_vdd_iva_volt_data'
twl-common.c:(.init.text+0x2844): undefined reference to `omap44xx_vdd_core_volt_data'

Acked-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent e23e8c0
History
File Mode Size
ds1_ctrl.fw.ihex -rw-r--r-- 33.0 KB
ds1_dsp.fw.ihex -rw-r--r-- 364 bytes
ds1e_ctrl.fw.ihex -rw-r--r-- 33.0 KB
yss225_registers.bin.ihex -rw-r--r-- 42.8 KB

back to top