Pārlūkot izejas kodu

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>
Detlev Zundel 15 gadi atpakaļ
vecāks
revīzija
18e8ad60ee
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      include/configs/imx27lite.h

+ 1 - 0
include/configs/imx27lite.h

@@ -145,6 +145,7 @@
 /*
 /*
  * MTD
  * MTD
  */
  */
+#define CONFIG_FLASH_CFI_MTD
 #define CONFIG_MTD_DEVICE
 #define CONFIG_MTD_DEVICE
 
 
 /*
 /*