| Message ID | 1343794423-30553-6-git-send-email-swarren@wwwdotorg.org |
|---|---|
| State | Superseded |
| Delegated to: | Tom Rini |
| Headers | show |
diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index 28e5510..9020d80 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
This causes arch_cpu_init() to be called, which enables the icache. Extracted from work by Oleksandr Tymoshenko <gonzo@bluezbox.com>. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> --- include/configs/rpi_b.h | 1 + 1 file changed, 1 insertion(+)