commit | e81f63f0d2acb130df68da52e711f9178592a012 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Tue Aug 07 14:59:52 2012 +0530 |
committer | Tom Rini <trini@ti.com> | Fri Jan 24 09:38:39 2014 -0500 |
tree | 89ca7dd3855300619395ad1acd33fa6519ecd62f | |
parent | 02c41535b6a4744e28e89938584d8db230ac014f [diff] |
ARM: OMAP4/5: Remove dead code against CONFIG_SYS_ENABLE_PADS_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>