[MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environment
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sat, 27 May 2006 19:36:41 +0000 (23:36 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 5 Jun 2006 23:15:17 +0000 (00:15 +0100)
Alchemy boards use YAMON which passes the environment variables as the
tuples of strings (the name followed by the value) unlike PMON which
passes "name=<val>" strings.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found