commit | a91260ecd15d4724d6ae5ca632f124f3d99d2a3e | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Tue Jul 12 20:28:25 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 22 14:46:14 2016 -0400 |
tree | adef3b046c4b53d7d73d61f411c4681c5659ce75 | |
parent | 02c2d6ab586444441a6906ab100a321461c0af8f [diff] |
cmd: mtdparts: use defaults by default Boards which are defining default mtdparts often need them early in boot process (to load environment from UBI volume, for example). This is currently solved by adding mtdparts and mtdids variable definitions also to default environment. With this change, default partitions are used by default unless explicitely deleted or redefined. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>