From patchwork Fri Nov 6 09:33:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lin Huang X-Patchwork-Id: 540864 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 4727B1402D4 for ; Fri, 6 Nov 2015 20:34:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9648DA746B; Fri, 6 Nov 2015 10:34:17 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XbKEAov2Z6D1; Fri, 6 Nov 2015 10:34:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 82F16A749F; Fri, 6 Nov 2015 10:34:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 02B09A74C9 for ; Fri, 6 Nov 2015 10:34:11 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0pqI7EkAldKF for ; Fri, 6 Nov 2015 10:34:10 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f67.google.com (mail-pa0-f67.google.com [209.85.220.67]) by theia.denx.de (Postfix) with ESMTPS id 20C0DA74C1 for ; Fri, 6 Nov 2015 10:34:04 +0100 (CET) Received: by padda3 with SMTP id da3so14431893pad.1 for ; Fri, 06 Nov 2015 01:34:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=w8278NRd/Latw41edeoR2gH5BTnNhR4CLWSodYsN5QI=; b=cMq67rroqa5zfNDVz6a3ExqAlLekdSJsqt99NJMEChJWebjfjRaIvTcWGe6ATvRWOd +Xg9o+axGzKnf8ESev5zLA7M4FUb/TTDfKEZdWutcZYGekOHkG9TiBb1uIunCSKj/wvV kcxAAOnqR/uGccLG6B0YS/s5deXpsD9sgowPDY+F1qczMd5shUrD1t3Cm3tFsDhLIrHU URnkwBvyT3WD32ychJZO1yUcTNQJcnDawE4EDp5XvdSvv5st6O2cHK2CiV3AJl4JNESX vbzoTyQXPTXsYy1GMIWYPdLW/6woJGqmWHt3pLPr8bz+zJzUnbYdNMmIoItKcHgLkvOG NvrA== X-Received: by 10.66.118.134 with SMTP id km6mr16478189pab.16.1446802442817; Fri, 06 Nov 2015 01:34:02 -0800 (PST) Received: from localhost.localdomain ([43.226.228.153]) by smtp.gmail.com with ESMTPSA id fe6sm12835456pab.40.2015.11.06.01.33.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Nov 2015 01:34:02 -0800 (PST) From: Lin Huang To: sjg@chromium.org Date: Fri, 6 Nov 2015 17:33:16 +0800 Message-Id: <1446802414-31132-3-git-send-email-hl@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446802414-31132-1-git-send-email-hl@rock-chips.com> References: <1446802414-31132-1-git-send-email-hl@rock-chips.com> Cc: benchan@google.com, kmixter@google.com, u-boot@lists.denx.de, cwz@rock-chips.com, cf@rock-chips.com, cjf@rock-chips.com, zyf@rock-chips.com Subject: [U-Boot] [PATCH v3 02/17] rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" since different rockchip SOC have different size of SRAM, So the size SYS_MALLOC_F_LEN may different, so move this config to rk3288 own Kconfig Signed-off-by: Lin Huang --- Changes in v1: None Changes in v2: None Changes in v3: None arch/arm/mach-rockchip/Kconfig | 3 --- arch/arm/mach-rockchip/rk3288/Kconfig | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index ab50f4e..da665ef 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -12,9 +12,6 @@ config ROCKCHIP_RK3288 config SYS_MALLOC_F default y -config SYS_MALLOC_F_LEN - default 0x800 - config SPL_DM default y diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 4d0f1b5..d0a7276 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -19,6 +19,9 @@ config TARGET_CHROMEBOOK_JERRY config SYS_SOC default "rockchip" +config SYS_MALLOC_F_LEN + default 0x0800 + source "board/google/chromebook_jerry/Kconfig" source "board/firefly/firefly-rk3288/Kconfig"