commit | e4bb9361def1b1af55874859d8981525ff2b6977 | [log] [tgz] |
---|---|---|
author | Jason Liu <jason.hui@linaro.org> | Fri Aug 26 10:44:14 2011 +0800 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Aug 26 08:52:36 2011 +0200 |
tree | 894d6f36c3a2d10eab5779498a34bff79317b12b | |
parent | 2f81b4d977b06fd54e797f04e05091d8da8ddfee [diff] |
ARM: i.MX: initialize l2x0 at early_init time This can make the l2 cache work at early time which will benefit the boot up time. Tested on i.mx31pdk board, test result shows: Before: arch_initcall(mxc_init_l2x0); [ 0.558755] console [ttymxc0] enabled After: early_initcall(mxc_init_l2x0); [ 0.555716] console [ttymxc0] enabled Signed-off-by: Jason Liu <jason.hui@linaro.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>