
Dear Stefan Roese,
In message 1238685334-29099-1-git-send-email-sr@denx.de you wrote:
From: Andreas Huber andreas.huber@keymile.com
On platforms with multiple NOR chips, currently only the first one can be selected using the "ubi part" command. This patch fixes this problem by using different names for the NOR "mtd devices".
It also changes the name of the NOR MTD device from "cfi-mtd" to "norX" (X indexing the device numer) to better match the mtdparts defaults.
Signed-off-by: Stefan Roese sr@denx.de Signed-off-by: Andreas Huber andreas.huber@keymile.com
common/cmd_ubi.c | 26 +++++++++++++++++++++----- drivers/mtd/cfi_mtd.c | 4 +++- include/flash.h | 2 -- 3 files changed, 24 insertions(+), 8 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk