drivers: rk_nand: add ftl code for Thumb instruction set

Add ftl code for kernel which compiled with thumb instruction set.

Change-Id: I1213b7332612978d836b7ac34d019a586d087ec6
Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
This commit is contained in:
Zhaoyifeng 2017-12-27 09:08:18 +08:00 committed by Tao Huang
parent 5a2a3e0b1a
commit fa6d15fc93
2 changed files with 27170 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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_ARM) += rk_ftl_arm_v7.o
rk_ftl-$(CONFIG_ARM) += rk_ftl_arm_v7.o
endif

File diff suppressed because it is too large Load Diff