Skip to content
Snippets Groups Projects
Commit af324436 authored by Ladislav Michl's avatar Ladislav Michl Committed by Tom Rini
Browse files

cmd: mtdparts: support runtime generated mtdparts


Some CPUs contains boot ROM code capable reading first few blocks
(where SPL resides) of NAND flash and executing it. It is wise to
create separate partition here for SPL. As block size depends on
NAND chip used, we could either use worst case (biggest) partition
size or base its size on actual block size. This patch adds support
for the latter option.

Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
parent f8f744a3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment