]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
odroid: defconfig: disable memset at malloc init
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 4 Mar 2015 13:01:26 +0000 (14:01 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:28:31 +0000 (14:28 +0200)
commitcbf826aeaacefe7b95e506cf9603f535e5501809
tree2f4633de754bf2bd960ac035604f3220f9cb8496
parent90f2998501ddd0a6c2d943651fa311650bafbf41
odroid: defconfig: disable memset at malloc init

Reduce the boot time of Odroid X2/U3 by disabling the memset
at malloc init.

This was tested on Odroid X2.
A quick test with checking gpio pin state using the oscilloscope.
Boot time from start to bootcmd (change gpio state by memory write command):
- ~228ms - before this change (arch memset enabled for .bss clear)
- ~100ms - after this change

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/odroid_defconfig