diff options
author | Michal Simek <root@monstr.eu> | 2007-03-26 01:39:07 +0200 |
---|---|---|
committer | Michal Simek <root@monstr.eu> | 2007-03-26 01:39:07 +0200 |
commit | 1798049522f594013aea29457d46794298c6ae15 (patch) | |
tree | 966edd78aadda268b6412e616c051602f99a6094 /common | |
parent | cfc67116a706fd18b8f6a9c11a16753c5626d689 (diff) | |
download | u-boot-imx-1798049522f594013aea29457d46794298c6ae15.zip u-boot-imx-1798049522f594013aea29457d46794298c6ae15.tar.gz u-boot-imx-1798049522f594013aea29457d46794298c6ae15.tar.bz2 |
Support for XUPV2P board
Reset support
BSP autoconfig support
Diffstat (limited to 'common')
-rw-r--r-- | common/env_common.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/env_common.c b/common/env_common.c index 6e193cf..eb33422 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 */ |