Skip to content

Commit

Permalink
ARM: pxa: remove support for MTD_XIP
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
arndb committed May 7, 2022
1 parent e6acc40 commit 5414bea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ config ARCH_DOVE

config ARCH_PXA
bool "PXA2xx/PXA3xx-based"
select ARCH_MTD_XIP
select ARM_CPU_SUSPEND if PM
select AUTO_ZRELADDR
select COMMON_CLK
Expand Down
36 changes: 0 additions & 36 deletions arch/arm/mach-pxa/include/mach/mtd-xip.h

This file was deleted.

0 comments on commit 5414bea

Please sign in to comment.