Skip to content
Snippets Groups Projects
Commit 30181266 authored by Przemyslaw Marczak's avatar Przemyslaw Marczak Committed by Tom Rini
Browse files

trats2: defconfig: disable memset at malloc init


Reduce the boot time of Trats2 by disabling the memset
at malloc init.

This was tested on Trats2.
A quick test with trace. Boot time from start to main_loop() entry:
- ~464ms - before this change (arch memset enabled for .bss clear)
- ~341ms - after this change

Signed-off-by: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 0aa8a4ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment