From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C818DC433F5 for ; Thu, 30 Sep 2021 12:07:08 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0D2A3615E2 for ; Thu, 30 Sep 2021 12:07:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0D2A3615E2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=163.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 48B398293A; Thu, 30 Sep 2021 14:07:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=163.com header.i=@163.com header.b="L+kI2yFK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2CBB782982; Thu, 30 Sep 2021 14:07:02 +0200 (CEST) Received: from m12-11.163.com (m12-11.163.com [220.181.12.11]) by phobos.denx.de (Postfix) with ESMTP id 59FA681725 for ; Thu, 30 Sep 2021 14:06:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tekkamanv@163.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=5HxFC ke2dJheDR9xw/hOm+770sU98cfS2ZzF5PsYdOs=; b=L+kI2yFKAlPtSzVy3evNp CgOF76gZHEj4HBWbqJX1v2npSTme43RL5rKXvkHDTPHw6TdQ1N+KF8c51EZZxQkc qWrJbFxr1xgWxrtL0zcD1m2wb4xh5L0y2DcL31wHRD2UCtjYuHJUTq8uCs3XFZ2e 1EoW+ypsBqLrutFMB1fu98= Received: from samantha.redhat.com (unknown [220.162.164.126]) by smtp7 (Coremail) with SMTP id C8CowADXyYn+p1VhH9_VzQ--.44880S3; Thu, 30 Sep 2021 20:05:20 +0800 (CST) From: tekkamanv@163.com To: u-boot@lists.denx.de, bmeng.cn@gmail.com, sjg@chromium.org, marek.behun@nic.cz, amittomer25@gmail.com, mbrugger@suse.com, mr.nuke.me@gmail.co, jaeckel-floss@eyet-services.de, klaus@linux.vnet.ibm.com, xypron.glpk@gmx.de Cc: tekkamanv@starfivetech.com, tekkamanv@163.com, tekkamanninja@163.com Subject: [PATCH 1/2] riscv: Enable SYS_MALLOC_LEN config Date: Thu, 30 Sep 2021 20:05:15 +0800 Message-Id: <20210930120516.449450-2-tekkamanv@163.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20210930120516.449450-1-tekkamanv@163.com> References: <20210930120516.449450-1-tekkamanv@163.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: C8CowADXyYn+p1VhH9_VzQ--.44880S3 X-Coremail-Antispam: 1Uf129KBjvdXoW7Jry5Gr17ZF18WryDJw45GFg_yoWxAFXEgw 45Jr1xCr47Ary8Can0kF4xAr1vka18urWjkFnaqF97Xas2van8t3srJF95JFnrGw129a4j vFZ29F98ur1v9jkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU1AR63UUUUU== X-Originating-IP: [220.162.164.126] X-CM-SenderInfo: 5whnythpdq4qqrwthudrp/xtbBLAUesl++NcfLigAAsX X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean From: TekkamanV Signed-off-by: TekkamanV --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index a6c42b902f..7f63929c60 100644 --- a/Kconfig +++ b/Kconfig @@ -249,7 +249,7 @@ config SYS_MALLOC_F_LEN config SYS_MALLOC_LEN hex "Define memory for Dynamic allocation" - depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP + depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP || RISCV default 0x2000000 if ARCH_ROCKCHIP help This defines memory to be allocated for Dynamic allocation -- 2.25.4