[U-Boot-Users] [PATCH] Fix fdt boardsetup command parsing

Kim Phillips kim.phillips at freescale.com
Wed Feb 20 21:28:48 CET 2008


On Wed, 20 Feb 2008 14:05:33 -0600 (CST)
Kumar Gala <galak at kernel.crashing.org> wrote:

> +	} else if ((argv[1][0] == 'b') && (argv[1][1] == 'o') &&
> +		   (argv[1][0] == 'o')) {

don't you mean argv[1][2] here?

Kim




More information about the U-Boot mailing list