]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cmd_nand.c
Fix warning in nand unlock command
authorScott Wood <scottwood@freescale.com>
Wed, 13 Oct 2010 16:04:30 +0000 (11:04 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 18 Oct 2010 19:54:08 +0000 (14:54 -0500)
commit16e00992d818cd20a17de97dffccc4fee500fcc0
treed207c1776bc1d424ebfb2500965095d695ea69b7
parentcacc342d5aa311673efdc05770cb53246dd41c9f
Fix warning in nand unlock command

Commit ea533c260a801c4e51f92f75165cebe6d7b01e35 changed
arg_off_size to take a pointer to a device index, rather than
to the device itself.  When updating callers, the nand unlock
code was missed.

Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_nand.c