[U-Boot] [PATCH v2] ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"

Wolfgang Denk wd at denx.de
Tue Apr 28 01:15:57 CEST 2009


Dear Stefan Roese,

In message <1240597459-8969-1-git-send-email-sr at denx.de> you wrote:
> 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: Stefan Roese <sr at denx.de>
> CC: Kyungmin Park <kyungmin.park at samsung.com>
> ---
> v2:
> - Remove test-only debug code
> - s/spaces/tabs in one line
> 
>  common/cmd_ubi.c |   73 ++++++++++++++++++-----------------------------------
>  1 files changed, 25 insertions(+), 48 deletions(-)

OK, applied this one instead.  Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Always borrow money from a pessimist; they don't expect  to  be  paid
back.


More information about the U-Boot mailing list