]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pxa: remove support for MTD_XIP
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Apr 2022 20:00:55 +0000 (22:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 7 May 2022 20:56:17 +0000 (22:56 +0200)
commit6b0a9200c11225e99924f42a5c4a49059f2d07bf
treefd3a24ce116e73d00696eabe73fd0857c5bde607
parente448ae652b4942874923a3842dcedfba2264d8a6
ARM: pxa: remove support for MTD_XIP

Using MTD-XIP does not work on multiplatform kernels because
it requires SoC specific register accesses to be done from
low-level flash handling functions in RAM while the rest of the
kernel sits in flash.

I found no evidence of anyone still actually using this feature,
so remove it from PXA to avoid spending a lot of time on
actually making it work.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/mach-pxa/include/mach/mtd-xip.h [deleted file]