From fe77c82ffdf1df12cca689be76d41815afcb56de Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Fri, 4 May 2012 10:43:11 -0600 Subject: snowball: fixing board specific defines to boot kernel Signed-off-by: Mathieu Poirier --- include/configs/snowball.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/snowball.h b/include/configs/snowball.h index 53791b4bc..897035df7 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -23,8 +23,10 @@ #ifndef __CONFIG_H #define __CONFIG_H -//#define CONFIG_SKIP_LOWLEVEL_INIT 1 +#define CONFIG_SKIP_LOWLEVEL_INIT 1 #define CONFIG_SNOWBALL 1 +#define CONFIG_SYS_ICACHE_OFF 1 +#define CONFIG_SYS_DCACHE_OFF 1 //#define DEBUG 100 /* -- cgit v1.2.3