]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
trats2: defconfig: disable memset at malloc init
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 4 Mar 2015 13:01:25 +0000 (14:01 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:28:31 +0000 (14:28 +0200)
commit90f2998501ddd0a6c2d943651fa311650bafbf41
treeea371eb59c585a9e095e16818733467ae539b388
parent02cc4040e915e133756be0a7ac47311a9e53e03f
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>
configs/trats2_defconfig