commit | ba225a0ea225902501487a2c9f620c26dce1cee6 | [log] [tgz] |
---|---|---|
author | Roland Stigge <stigge@antcom.de> | Thu Jun 14 16:16:16 2012 +0200 |
committer | Roland Stigge <stigge@antcom.de> | Thu Jun 14 16:16:16 2012 +0200 |
tree | c0252a6756cd03e3bb74950e1b46011aefa88152 | |
parent | b27f48227c59754e1c881bd8e2b327ac02fe17b6 [diff] |
ARM: LPC32xx: Remove SLC controller initialization from platform init Since we now support two MTD NAND controllers (MLC and SLC) for LPC32xx via DT, we don't initialize the SLC controller statically anymore, but do it via the clock setup (see previous patch). Signed-off-by: Roland Stigge <stigge@antcom.de> Tested-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>