commit | 16adce7b6f4dab015d0b93274b41f8aae6fe07a5 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Jul 10 09:08:26 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Jul 10 09:08:26 2007 +0100 |
tree | aefe926d027e48aed5b6adc2e401dc0fbdb04be0 | |
parent | c9856e39e0c3b4d260e4614b66b0a7e0e79ec0ac [diff] |
[MTD] [ONENAND] Make onenand_sim compile on non-ARM platforms. The whole point of a sim is that it should run almost anywhere. Gratuitously depending on '#define SZ_128K 131072' from an ARM-specific header isn't really a good idea. Signed-off-by: David Woodhouse <dwmw2@infradead.org>