[RFC PATCH 01/10] remoteproc: move resource table definition

Simon Glass sjg at chromium.org
Thu Jul 27 02:50:12 CEST 2023


On Tue, 25 Jul 2023 at 08:08, Tanmay Shah <tanmay.shah at amd.com> wrote:
>
> Resource table is defined in multiple files. Instead move
> definition to remoteproc header file and include header file
> in multiple c files where resource table definition is needed.
>
> Signed-off-by: Tanmay Shah <tanmay.shah at amd.com>
> ---
>  drivers/remoteproc/rproc-elf-loader.c | 33 ---------------------------
>  drivers/remoteproc/rproc-uclass.c     |  7 ------
>  include/remoteproc.h                  | 33 +++++++++++++++++++++++++++
>  3 files changed, 33 insertions(+), 40 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list