Searched hist:c62d0f2ac18d38265ccf0e821e6afee60a0c89b5 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/ |
H A D | Makefile | diff c62d0f2ac18d38265ccf0e821e6afee60a0c89b5 Wed Sep 01 15:37:05 CEST 2010 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|