From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Date: Tue, 4 Dec 2018 17:56:58 +0530 Subject: [U-Boot] [RFC PATCH v2 10/11] taurus_defconfig: Enable simple malloc in SPL In-Reply-To: <20181204122659.14720-1-vigneshr@ti.com> References: <20181204122659.14720-1-vigneshr@ti.com> Message-ID: <20181204122659.14720-11-vigneshr@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable SPL simple malloc to reduce SPL size Signed-off-by: Vignesh R --- configs/taurus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig index e53e075d4825..9c3a1276aa8f 100644 --- a/configs/taurus_defconfig +++ b/configs/taurus_defconfig @@ -64,3 +64,4 @@ CONFIG_USE_TINY_PRINTF=y CONFIG_WDT=y CONFIG_WDT_AT91=y CONFIG_AT91_HW_WDT_TIMEOUT=y +CONFIG_SPL_SYS_MALLOC_SIMPLE=y -- 2.19.2