From 19423c03deba5d92a4a9d84ffabfcd359dd8d2c8 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Fri, 5 Mar 2010 15:15:57 +0800 Subject: ENGR00121314: Fix mx23 and mx28 u-boot build error mx23 and mx28 u-boot build fails. The reason is that cache-cp15.c is changed to cache-cp15.h. Signed-off-by: Terry Lv --- cpu/arm926ejs/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/arm926ejs/cpu.c b/cpu/arm926ejs/cpu.c index 5c902df..7f2dbd4 100644 --- a/cpu/arm926ejs/cpu.c +++ b/cpu/arm926ejs/cpu.c @@ -32,6 +32,7 @@ #include #include #include +#include static void cache_flush(void); -- cgit v1.1