author | Wendy Liang <jliang@xilinx.com> | |
Tue, 5 Jul 2016 21:07:14 +0000 (14:07 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:44 +0000 (22:01 -0700) | ||
commit | 5de0346209941ef04894c541e473e3df2ff821e6 | |
tree | f8884b11e177f1daea7f5fc9003888ce04c9141a | tree | snapshot (tar.xz tar.gz zip) |
parent | 3b1efc73c902535126f77bd903141d35173556b6 | commit | diff |
zynqmp_r5 remoteproc: remove platform_get_processor_for_fw()
This function was to get the CPU ID (the index in
the proc_table which is a table to keep the remoteproc
platform data) from firmware.
However, the user application should know which platform
data in the table to initialize which remote processor.
It is not necessary to to have this function, and not
necessary to have the "CPU ID" in the firmware.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
This function was to get the CPU ID (the index in
the proc_table which is a table to keep the remoteproc
platform data) from firmware.
However, the user application should know which platform
data in the table to initialize which remote processor.
It is not necessary to to have this function, and not
necessary to have the "CPU ID" in the firmware.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
lib/remoteproc/drivers/zynqmp_remoteproc_a53.c | diff | blob | history |