The actual reson for the delay was the increased cost of memory 
reservation, the size of which increased from 1 kb to 16 mb:


diff --git a/include/configs/ti_armv7_common.h b/include/configs/
ti_armv7_common.h
index 6982918..6e0bf09 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -127,7 +127,7 @@
 * we are on so we do not need to rely on the command prompt. We set a
 * console baudrate of 115200 and use the default baud rate table.
 */
-#define CONFIG_SYS_MALLOC_LEN (1024 << 10)
+#define CONFIG_SYS_MALLOC_LEN (16 << 20)
 #define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_PROMPT "U-Boot# "

But you can completely avoid the loss of time if you omit the initial 
cleaning of the redundant memory:

#undef CONFIG_SYS_MALLOC_CLEAR_ON_INIT





-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/a21f4524-8e75-4eb7-9373-8cad796dd36d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to