]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: otp: fix build after constification of args[]
authorMike Frysinger <vapier@gentoo.org>
Sat, 2 Oct 2010 18:31:32 +0000 (14:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 2 Oct 2010 20:00:40 +0000 (16:00 -0400)
commitfcbd5b73d77e2e8103fdea0ff23f9c61cd7e7514
tree26331d3f222fb9c1f9962540a08c6acdd898db02
parent4c95ff64199c79bf2662c49e2d1efffbf6546993
Blackfin: otp: fix build after constification of args[]

The OTP code does a little shuffling of arguments that aren't really
necessary, so use a local variable instead to fix build errors now
that the args[] parameter is const.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_otp.c