commit | 8b1c342629ecf7c2c52600dbe626d74cffc8d6cc | [log] [tgz] |
---|---|---|
author | Markus Mayer <markus.mayer@linaro.org> | Tue Feb 25 14:17:43 2014 -0800 |
committer | Matt Porter <mporter@linaro.org> | Thu Mar 06 03:17:59 2014 -0500 |
tree | 8127124f28d8b4bea739c64d06c613bef9df3fd5 | |
parent | 9c6423aa7e32c74f7992c0428d8456373a5c48a8 [diff] |
ARM: bcm281xx: Move kona_l2_cache_init() so it can be shared In preparation for future SoCs, move kona_l2_cache_init() from board specific board_bcm281xx.c to shared kona.c, so multiple SoC families can make use of it. Also change the return type to "void", since we never look at the return code anyway. Signed-off-by: Markus Mayer <markus.mayer@linaro.org> Signed-off-by: Matt Porter <mporter@linaro.org>