[U-Boot] [PATCH] imx27lite: Reenable MTD support on NOR flash.

The support for this was silently dropped by a configuration split during the merge of the imx27lite board support in commit 864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common handling of FLASH devices via MTD layer).
Signed-off-by: Detlev Zundel dzu@denx.de --- include/configs/imx27lite.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/imx27lite.h b/include/configs/imx27lite.h index 8ebb0bb..c639e5b 100644 --- a/include/configs/imx27lite.h +++ b/include/configs/imx27lite.h @@ -145,6 +145,7 @@ /* * MTD */ +#define CONFIG_FLASH_CFI_MTD #define CONFIG_MTD_DEVICE
/*

Dear Detlev Zundel,
In message 1260809680-4545-1-git-send-email-dzu@denx.de you wrote:
The support for this was silently dropped by a configuration split during the merge of the imx27lite board support in commit 864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common handling of FLASH devices via MTD layer).
Signed-off-by: Detlev Zundel dzu@denx.de
include/configs/imx27lite.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Detlev Zundel
-
Wolfgang Denk