提交 d55c8159 编写于 作者: E Ezequiel Garcia 提交者: Michal Simek

nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT

The Arasan NFC driver requires the self-init mode,
so it should select it.

Instead of having the config header define the macro,
it's cleaner to select the option at the Kconfig level.
Signed-off-by: NEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 f25ac66c
...@@ -123,6 +123,7 @@ endif ...@@ -123,6 +123,7 @@ endif
config NAND_ARASAN config NAND_ARASAN
bool "Configure Arasan Nand" bool "Configure Arasan Nand"
select SYS_NAND_SELF_INIT
imply CMD_NAND imply CMD_NAND
help help
This enables Nand driver support for Arasan nand flash This enables Nand driver support for Arasan nand flash
......
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
#ifdef CONFIG_NAND_ARASAN #ifdef CONFIG_NAND_ARASAN
# define CONFIG_SYS_MAX_NAND_DEVICE 1 # define CONFIG_SYS_MAX_NAND_DEVICE 1
# define CONFIG_SYS_NAND_SELF_INIT
# define CONFIG_SYS_NAND_ONFI_DETECTION # define CONFIG_SYS_NAND_ONFI_DETECTION
# define CONFIG_MTD_DEVICE # define CONFIG_MTD_DEVICE
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册