commit | 1dcff2e4ae728a36876bdb108173f4cbcae128bf | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Jul 19 13:05:41 2016 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Jul 19 19:48:48 2016 -0700 |
tree | aa3886dc94eed79e625d24cfaae5bfae0d42fe8e | |
parent | ad35c9a0dcd88ed0c635258ddfe4f3990045bd16 [diff] |
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: Brian Norris <computersforpeace@gmail.com>