[U-Boot] [PATCH v2 2/5] rockchip: rock: Enable CONFIG_SPL_TINY_MEMSET

Simon Glass sjg at chromium.org
Sun Apr 2 15:50:29 UTC 2017


Enable this option to shrink memset() a little. This is needed for TPL.

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list