
On Mon, Feb 20, 2023 at 12:13:03AM -0600, Samuel Holland wrote:
This removes code that abused the device's platform data, interpreting the driver platform data as if it was the uclass platform data.
Signed-off-by: Samuel Holland samuel@sholland.org Reviewed-by: Simon Glass sjg@chromium.org
.../driver-model/remoteproc-framework.rst | 29 ------------------- drivers/remoteproc/rproc-uclass.c | 18 +----------- drivers/remoteproc/sandbox_testproc.c | 10 ------- include/remoteproc.h | 2 -- 4 files changed, 1 insertion(+), 58 deletions(-)
This breaks the existing tests, please see https://u-boot.readthedocs.io/en/latest/develop/ci_testing.html and/or https://u-boot.readthedocs.io/en/latest/develop/py_testing.html for how to run them. Thanks!