Skip to content
Snippets Groups Projects
Commit e2f87de0 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: enable CONFIG_NAND_DENALI_DT


Migrate to the DT-based NAND init entry.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 8de11a5e
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ CONFIG_MISC=y ...@@ -37,6 +37,7 @@ CONFIG_MISC=y
CONFIG_I2C_EEPROM=y CONFIG_I2C_EEPROM=y
CONFIG_MMC_UNIPHIER=y CONFIG_MMC_UNIPHIER=y
CONFIG_NAND_DENALI=y CONFIG_NAND_DENALI=y
CONFIG_NAND_DENALI_DT=y
CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_SYS_NAND_DENALI_64BIT=y
CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8
CONFIG_SPL_NAND_DENALI=y CONFIG_SPL_NAND_DENALI=y
......
...@@ -36,6 +36,7 @@ CONFIG_MISC=y ...@@ -36,6 +36,7 @@ CONFIG_MISC=y
CONFIG_I2C_EEPROM=y CONFIG_I2C_EEPROM=y
CONFIG_MMC_UNIPHIER=y CONFIG_MMC_UNIPHIER=y
CONFIG_NAND_DENALI=y CONFIG_NAND_DENALI=y
CONFIG_NAND_DENALI_DT=y
CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_SYS_NAND_DENALI_64BIT=y
CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8
CONFIG_SPL_NAND_DENALI=y CONFIG_SPL_NAND_DENALI=y
......
...@@ -37,6 +37,7 @@ CONFIG_MISC=y ...@@ -37,6 +37,7 @@ CONFIG_MISC=y
CONFIG_I2C_EEPROM=y CONFIG_I2C_EEPROM=y
CONFIG_MMC_UNIPHIER=y CONFIG_MMC_UNIPHIER=y
CONFIG_NAND_DENALI=y CONFIG_NAND_DENALI=y
CONFIG_NAND_DENALI_DT=y
CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_SYS_NAND_DENALI_64BIT=y
CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8
CONFIG_SPL_NAND_DENALI=y CONFIG_SPL_NAND_DENALI=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment