Re: [PATCH 2/4] cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()

2020-04-21 Thread Tom Rini
On Thu, Mar 05, 2020 at 07:21:30AM +0100, Stefan Roese wrote: > Use a cast instead of the "eldk-4.2" workaround for unmap_sysmem(). > > Signed-off-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/4] cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()

2020-03-04 Thread Stefan Roese
Use a cast instead of the "eldk-4.2" workaround for unmap_sysmem(). Signed-off-by: Stefan Roese --- cmd/mem.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/cmd/mem.c b/cmd/mem.c index 9367278aa8..f519adaee2 100644 --- a/cmd/mem.c +++ b/cmd/mem.c @@ -932,18