From patchwork Thu Dec 20 21:57:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Gerasimov X-Patchwork-Id: 1017074 X-Patchwork-Delegate: monstr@monstr.eu Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="CXIm+dVD"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43LQSD05Khz9sCQ for ; Fri, 21 Dec 2018 08:51:07 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id AE556C21F84; Thu, 20 Dec 2018 21:50:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 0B4A5C21F76; Thu, 20 Dec 2018 21:50:37 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B5F42C21F1D; Thu, 20 Dec 2018 21:50:30 +0000 (UTC) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by lists.denx.de (Postfix) with ESMTPS id 3D0E7C21F0B for ; Thu, 20 Dec 2018 21:50:26 +0000 (UTC) Received: by mail-wm1-f68.google.com with SMTP id n190so3542623wmd.0 for ; Thu, 20 Dec 2018 13:50:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ot6FmJuMwtNKEc+QViy7ZmRhCSZUBtWZ/MBOLu3nLdc=; b=CXIm+dVDqHpoH5QWPXAUNltanHp9ecL1BNeQAeqHqR54wdXMjXNAyaXYHGQonRkKax nhmx2kvYF/fYofz/raynjdtpxTUIHZsE/Q/cvvbOfk2cOdEA1/CfZ1OflItS0fxDmD1w nu2K1H/OTTvEytMIbIqqvJre/7hJFFA/lu10rFlsMbWQ/73EHBBLPgCf8IKOgLTvnDQL QoAqlZf8q2uHsyhUXbN3map2LtomVbWayCjIHQcTzs+1SO+F5N7egq1Rj50EHVAKKY3P 2lbry+pL6vp3SXPSRY2bdCJidxiz8p0OqFoBMevH3JEJjXGEWf6ad7g3/Tdyjlw//iuC +ghw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ot6FmJuMwtNKEc+QViy7ZmRhCSZUBtWZ/MBOLu3nLdc=; b=rZTNVI57CkhIjfqHTCcgFWpwSE6yBwyC5F7wN703wGgQYMWK+BIL7F40iBjfLcemaK lBGq5HPblxUfH49vqQcw16NmPcir/rKRud8WHKeBr89WBOhnKoPFhgTzgwEmynULKyqt 9AOJWIuN56uqR+qnLbFqyxImw/zkian8zcmqNakG368rHow0k5RWWLjCGYtrk0U0ohob PyipxHhNJsMwKta7AQ9SAbzG8UeIVDLT01ef2NySrkMhEx6lohTI3p4VizhxqNkTQAiK le6R6Y2Z56tinp3XMFfK/bb+Srjp6OW95mBWK4TiW1dOMObYOh5s9/qwn8Xwe9c240/h rX5A== X-Gm-Message-State: AA+aEWZu5+XObkA4JdiQzr0gqlqEPV+34wQH7vDXAWqQ8Jkujc7DbIs5 BRkaFnQiZIbv427QpH5ltiT37o+j X-Google-Smtp-Source: ALg8bN4fNt4TCIesmHbmgHKE7roydUSUBtJ5gIxF8NofZ9HoS/5L2qXeFGB163xnoAS0Co6nntCV3w== X-Received: by 2002:a1c:bdc5:: with SMTP id n188mr314865wmf.69.1545342625574; Thu, 20 Dec 2018 13:50:25 -0800 (PST) Received: from marvin.localdomain (x590e3b1e.dyn.telefonica.de. [89.14.59.30]) by smtp.gmail.com with ESMTPSA id j8sm15874164wmd.0.2018.12.20.13.50.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Dec 2018 13:50:25 -0800 (PST) From: Anton Gerasimov To: u-boot@lists.denx.de, michal.simek@xilinx.com Date: Thu, 20 Dec 2018 22:57:40 +0100 Message-Id: <20181220215740.13000-2-tossel@gmail.com> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181220215740.13000-1-tossel@gmail.com> References: <20181220215740.13000-1-tossel@gmail.com> MIME-Version: 1.0 Subject: [U-Boot] [PATCH 1/1] zynq: Kconfig: extend the bootstrap malloc() pool X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Signed-off-by: Anton Gerasimov --- arch/arm/mach-zynq/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index a599ed63ee..21dfebf5c0 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -55,7 +55,7 @@ config SYS_CONFIG_NAME will be used for board configuration. config SYS_MALLOC_F_LEN - default 0x600 + default 0x800 config SYS_MALLOC_LEN default 0x1400000