Skip to content
Snippets Groups Projects
Commit 2d579e50 authored by Stefan Roese's avatar Stefan Roese Committed by Wolfgang Denk
Browse files

ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"


This patch removes the now unnecessary flash type parameter from the
"ubi part" command. Currently the user has to define the type of flash
he will be using UBI on. Example:

=> ubi part nor partition1

With this patch this type parameter is not needed anymore. The user can
now select the partition directly without the flash type paramter.
Example:

=> ubi part partition1

This breaks backward compatibility right now because of the change in the
command syntax. But UBI support is still quite fresh and the advantage of
this new command is syntax big enough for this change. Additionally the
code is much cleaner now.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
CC: Kyungmin Park <kyungmin.park@samsung.com>
parent 294f10ca
No related branches found
No related tags found
Loading
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