commit | 7dc60d81a1876cdc5946da2011d5a34339be8e37 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Nov 18 11:51:04 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Thu Dec 04 21:28:32 2014 -0500 |
tree | e20ad1ba15a94672520dadd0b2453b8001b77bf3 | |
parent | fb384c4720ca7496775d6578f184bf628db73456 [diff] |
arm, am335x, siemens: fix factoryset interpretation a record could contain other records, so after an ">" (begin mark) there not always come an end mark "<", instead a ">" is possible. Take care of this. Signed-off-by: Heiko Schocher <hs@denx.de>