ppc: Clean up calling of misc_init_r() during init
[platform/kernel/u-boot.git] / include / configs / pcu_e.h
index 7c2bf1b..11ad9ca 100644 (file)
@@ -42,6 +42,8 @@
 #define CONFIG_MPC860T         1
 #define CONFIG_PCU_E           1       /* ...on a PCU E board          */
 
+#define CONFIG_MISC_INIT_R     1       /* Call misc_init_r()           */
+
 #define        CONFIG_8xx_CONS_SMC1    1       /* Console is on SMC1           */
 
 #define CONFIG_BAUDRATE                9600
 #define CONFIG_ENV_SIZE                0x2000  /* Total Size of Environment            */
 #define CONFIG_ENV_ADDR            0xFFFFE000  /* Address    of Environment Sector     */
 #define CONFIG_ENV_SECT_SIZE   0x2000  /* use the top-most 8k boot sector      */
-#define        CONFIG_ENV_IS_EMBEDDED  1       /* short-cut compile-time test          */
 #else
 /* Final version: environment in EEPROM */
 #define CONFIG_ENV_IS_IN_EEPROM        1