]> git.sur5r.net Git - u-boot/blobdiff - board/wepep250/wepep250.c
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / wepep250 / wepep250.c
index 08b1bfde72a15476d25320d384e790b1e4f5d29c..581818316e72dd4878370eb518f5ec6226ecae90 100644 (file)
@@ -40,15 +40,6 @@ int board_init( void ){
 #endif
   PSSR    = 0x20;
 
-/*
- * Following code is just bug workaround, remove it if not neccessary
- */
-
-  /* cpu/xscale/cpu.c do not set armboot_real_end that is used for
-     malloc pool.*/
-  if( _armboot_real_end == 0xbadc0de ){
-    _armboot_real_end = _armboot_end;
-  }
   return 0;
 }