Rename mcfrtc to rtc
[oweals/u-boot.git] / common / env_common.c
index 6e193cf0515faf2825dbf873d00a73f8c4c4cafd..eb33422af4b9c664da8928c1e2d61d986067d338 100644 (file)
@@ -222,14 +222,6 @@ void env_relocate (void)
        DEBUGF ("%s[%d] malloced ENV at %p\n", __FUNCTION__,__LINE__,env_ptr);
 #endif
 
-#ifdef CONFIG_MICROBLAZE
-       /*
-        * FIXME MALLOC error for Microblaze - error malloc return
-        * bad value. Correct value is CFG_MONITOR_BASE - CFG_MALLOC_LEN.
-        */
-       env_ptr = (env_t *)CFG_MONITOR_BASE;
-       DEBUGF ("%s[%d] malloced ENV at %p\n", __FUNCTION__,__LINE__,env_ptr);
-#endif
        /*
         * After relocation to RAM, we can always use the "memory" functions
         */