On Wednesday 25 November 2015 11:34:47 Stephen Boyd wrote:
On 11/25, Arnd Bergmann wrote:
quoted
On Wednesday 25 November 2015 13:27:55 Daniel Lezcano wrote:
quoted
What about:
textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
in arch/arm/Makefile
Good point, we need to do something about these still.
Yeah good catch! My brain must be shutting down due to the
holiday coming up.
The nice thing is that CLKSRC_QCOM and this text offset stuff are
always used on the same SoCs, so we should be able to make one
config in mach-qcom/Kconfig that selects the qcom clksrc driver
and adjusts the text offset. So is the suggestion to move
CLKSRC_QCOM to mach-qcom/Kconfig, or to make a new config that
selects it?
I was thinking of a new option that selects it, which I think is
more in line with what Daniel wants.
Arnd