summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMichal Simek <root@monstr.eu>2007-03-26 01:39:07 +0200
committerMichal Simek <root@monstr.eu>2007-03-26 01:39:07 +0200
commit1798049522f594013aea29457d46794298c6ae15 (patch)
tree966edd78aadda268b6412e616c051602f99a6094 /common
parentcfc67116a706fd18b8f6a9c11a16753c5626d689 (diff)
downloadblackbird-obmc-uboot-1798049522f594013aea29457d46794298c6ae15.tar.gz
blackbird-obmc-uboot-1798049522f594013aea29457d46794298c6ae15.zip
Support for XUPV2P board
Reset support BSP autoconfig support
Diffstat (limited to 'common')
-rw-r--r--common/env_common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/env_common.c b/common/env_common.c
index 6e193cf051..eb33422af4 100644
--- a/common/env_common.c
+++ b/common/env_common.c
@@ -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
*/
OpenPOWER on IntegriCloud