Home
last modified time | relevance | path

Searched hist:f8f744a3e8515cae50adefd861e34dab59f9ae6f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dmtdparts.cf8f744a3e8515cae50adefd861e34dab59f9ae6f Tue Jul 12 18:28:25 UTC 2016 Ladislav Michl <ladis@linux-mips.org> 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>