commit | e7cc796e8e9f1841ea27e06eb7825311e2843bc4 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Tue Aug 07 14:59:18 2012 +0530 |
committer | Tom Rini <trini@ti.com> | Fri Jan 24 09:34:22 2014 -0500 |
tree | 087f5e395d944f512475e33efc7609501975a42b | |
parent | 1484dd85371ee2744650397f4d98c09a44367f80 [diff] |
ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALL The commit f3f98bb0 : "ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls" removed the config option aimed towards moving that stuff into kernel, which renders some code unreachable. Remove that code. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>