
2 Apr
2017
2 Apr
'17
5:50 p.m.
Enable this option to shrink memset() a little. This is needed for TPL.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add a new patch to enable CONFIG_SPL_TINY_MEMSET
configs/rock_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index 153ebb5a44..0cd82114af 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -60,3 +60,4 @@ CONFIG_DEBUG_UART_NS16550=y CONFIG_SYS_NS16550=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y +CONFIG_SPL_TINY_MEMSET=y
--
2.12.2.564.g063fe858b8-goog