]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()
authorStefan Roese <sr@denx.de>
Thu, 5 Mar 2020 06:21:30 +0000 (07:21 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
commit8da2a8bd222bcefea9965a353e48f45c3d2b0ff0
treebc15249908ccbcd484b21fec7fc0bf40ceff1238
parent3efe07f035e57fa05bb59ab824512827bdd78ac5
cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()

Use a cast instead of the "eldk-4.2" workaround for unmap_sysmem().

Signed-off-by: Stefan Roese <sr@denx.de>
cmd/mem.c