commit | c62d0f2ac18d38265ccf0e821e6afee60a0c89b5 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Sep 01 09:37:05 2010 -0400 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Fri Oct 01 22:26:38 2010 -0400 |
tree | 41f31ec8607d3c82317a2b38191a43a2f39e6d57 | |
parent | 899611ee7d373e5eeda08e9a8632684e1ebbbf00 [diff] |
ARM: link board specific files after core files This allows for board specific issues to override decisions made in generic code that might not be suitable due to some errata or the like, by making the initcall hooks from those board specific files run after the core ones, therefore avoiding ugly #ifdef's in core code. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Dave Martin <dave.martin@linaro.org> Tested-by: Jason Hui <jason.hui@linaro.org>