Use strncmp() for the fdt command
authorGerald Van Baren <vanbaren@cideas.com>
Tue, 10 Jun 2008 01:02:17 +0000 (21:02 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Tue, 10 Jun 2008 01:13:49 +0000 (21:13 -0400)
commit2fb698bf50f4aff2485581a12fa634a07c040e4a
treec3b50d0bbf34622e73845c7fda317f796a4753d2
parent47abe8ab290d2721a8eeadff65b939e6af8c01b0
Use strncmp() for the fdt command

Cleaner than doing multiple conditionals on characters.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_fdt.c