commit | c982c523d0419bbd1e7b597a7fba4ef35cf33fb4 | [log] [tgz] |
---|---|---|
author | Przemyslaw Marczak <p.marczak@samsung.com> | Wed Mar 04 14:01:25 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 09 11:13:28 2015 -0400 |
tree | abd5c819008b92c04cebc6f99524a9d1bbee6637 | |
parent | 8843678abe3a0831390829785846a3fac7741beb [diff] |
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: Przemyslaw Marczak <p.marczak@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>