msm: Only use platform data for cache dumping size

Trustzone provides an SCM call to determine the size of the L1
and L2 buffers required for cache dumping. This size of memory
must be pre-reserved early in bootup. The point at time at which
the memory must be reserved is too early to make SCM calls, however.
The buffer sizes are known at bootup and are not likely to change
so just pass the sizes given in platform data.

Change-Id: I8c03b03eaa2095ab9654b0e697dac469df2d9370
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
1 file changed