This causes arch_cpu_init() to be called, which enables the icache. Extracted from work by Oleksandr Tymoshenko <go...@bluezbox.com>.
Signed-off-by: Stephen Warren <swar...@wwwdotorg.org> --- include/configs/rpi_b.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..8bdd014 100644 --- a/include/configs/rpi_b.h +++ b/include/configs/rpi_b.h @@ -22,6 +22,7 @@ /* Architecture, CPU, etc.*/ #define CONFIG_ARM1176 #define CONFIG_BCM2835 +#define CONFIG_ARCH_CPU_INIT /* Timer */ #define CONFIG_SYS_HZ 1000000 -- 1.7.9.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot