drivers: rk_nand: add nand driver for rk3326 and px30

Change-Id: Ib052507c864e4ef0a09dc036fc0d73fef7c58a3a
Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
This commit is contained in:
Zhaoyifeng 2018-02-27 12:03:30 +08:00 committed by Tao Huang
parent a5784485a3
commit 5534a02565
3 changed files with 49382 additions and 1 deletions

View File

@ -3,6 +3,6 @@ obj-$(CONFIG_RK_NAND) += rk_ftl.o rk_nand_base.o rk_nand_blk.o
ifdef CONFIG_THUMB2_KERNEL
rk_ftl-$(CONFIG_THUMB2_KERNEL) += rk_ftl_arm_v7_thumb.o
else
rk_ftl-$(CONFIG_ARM64) += rk_ftl_arm_v8.o
rk_ftl-$(CONFIG_ARM64) += rk_zftl_arm64.o rk_ftlv5_arm64.o
rk_ftl-$(CONFIG_ARM) += rk_ftl_arm_v7.o
endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff