Re: [PATCH 2/3] remoteproc: Remove unused mem_type platform data

2023-02-20 Thread Tom Rini
On Mon, Feb 20, 2023 at 12:13:02AM -0600, Samuel Holland wrote: > There is only one possible value for this field, it is unused except for > debugging, and the devicetree property is not documented. > > Signed-off-by: Samuel Holland > --- > > cmd/remoteproc.c

Re: [PATCH 2/3] remoteproc: Remove unused mem_type platform data

2023-02-20 Thread Simon Glass
On Sun, 19 Feb 2023 at 23:13, Samuel Holland wrote: > > There is only one possible value for this field, it is unused except for > debugging, and the devicetree property is not documented. > > Signed-off-by: Samuel Holland > --- > > cmd/remoteproc.c | 12

[PATCH 2/3] remoteproc: Remove unused mem_type platform data

2023-02-19 Thread Samuel Holland
There is only one possible value for this field, it is unused except for debugging, and the devicetree property is not documented. Signed-off-by: Samuel Holland --- cmd/remoteproc.c | 12 +--- doc/develop/driver-model/remoteproc-framework.rst | 1 -