Enable address translation on MPC83xx
[oweals/u-boot.git] / include / configs / csb226.h
index 879607cb56d1766dc0576bd94b885b345b17790e..f04102e95c5dfa6d0285b8bf6145633e080b3bfe 100644 (file)
 
 #define DEBUG 1
 
-/*
- * If we are developing, we might want to start U-Boot from ram
- * so we MUST NOT initialize critical regs like mem-timing ...
- */
-#define CONFIG_INIT_CRITICAL           /* undef for developing */
-
 /*
  * High Level Configuration Options
  * (easy to change)
@@ -94,6 +88,7 @@
  *
  */
 #define CFG_MALLOC_LEN         (128*1024)
+#define CFG_GBL_DATA_SIZE      128             /* size in bytes reserved for initial data */
 
 #define CFG_LONGHELP                           /* undef to save memory         */
 #define CFG_PROMPT             "uboot> "       /* Monitor Command Prompt       */