commit | 897f3a18b0bbe466b7405d96bc99550578d5b145 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed May 21 13:25:46 2014 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon May 26 10:38:25 2014 -0700 |
tree | 61f32b35d2039688556f56b09a7e23f4bcda0345 | |
parent | fe4fd75b827a3c037d71ecaed04503e3637ccb1c [diff] |
mtd: lpddr: fix Kconfig dependency, for I/O accessors Not all architectures implement a writel_relaxed() accessor. Hopefully this will change eventually, but for now, this means lpddr2_nvm.c can't compile on some architectures. Let's add an ARM dependency for now, and leave a comment so maybe we can change this in the future. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Cc: Vincenzo Aliberti <vincenzo.aliberti@gmail.com>