Skip to content
Commit 1dcff2e4 authored by Brian Norris's avatar Brian Norris
Browse files

mtd: spi-nor: don't build Cadence QuadSPI on non-ARM



This controller driver is used only on ARM but is mostly written
portably so it can build on other arch'es. Unfortunately, at least x86
doesn't provibe readsl()/writesl() accessors. We could possibly fix this
issue in the future by using io{read,write}32_rep() instead, but let's
just drop the architectures we aren't using for now.

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent ad35c9a0
Loading
Loading
Loading
Loading
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