MIPS: FW: Fix parsing u-boot environment
authorAlban Bedel <albeu@free.fr>
Sat, 8 Nov 2014 11:39:38 +0000 (12:39 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:25 +0000 (07:45 +0100)
commit4a792e56cfdbe000d01c01ce356d13f39f5494e7
treeb2e5afeabe6b945f01d079a4595dacf0354e1df7
parente2afb7de6e7dad21f9d709f80f23bbd3c5bdad11
MIPS: FW: Fix parsing u-boot environment

When reading u-boot's key=value pairs it should skip the '=' and not
use the next argument.

Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8357/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/fw/lib/cmdline.c