From patchwork Mon Nov 9 08:02:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lin Huang X-Patchwork-Id: 541636 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 7EF551402C2 for ; Mon, 9 Nov 2015 19:04:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 055624BCCE; Mon, 9 Nov 2015 09:04: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 15u8mWAIDCL8; Mon, 9 Nov 2015 09:04:10 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4C4784BC73; Mon, 9 Nov 2015 09:04:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4826F4BC73 for ; Mon, 9 Nov 2015 09:04:07 +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 aHwLjl1cnWj4 for ; Mon, 9 Nov 2015 09:04:07 +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-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by theia.denx.de (Postfix) with ESMTPS id 0F7114BC6E for ; Mon, 9 Nov 2015 09:04:02 +0100 (CET) Received: by wmww144 with SMTP id w144so10779834wmw.1 for ; Mon, 09 Nov 2015 00:04: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=/+1ySjPWzgy3yqwZGS0MiK/TXxe8lJ2eBjfeL8lTiL0=; b=PtlG3H00WpBydi5Z0aFfjRH45dc9YcuP8t5SaYqTcM+KXft7Aei0ilKhqtOlcBmSdQ D7CrDFPakEQ960UIHWi+3qkFr/y7/mdOG3os8JDrHmsD1KplFoNl6ceTpliBYGbsYvbe BjVCMLclA3eMfQHmvyVVW6t0aS1rugJ7GqJ1Oe0PtTbar1EBRPoISplB1unQl8gTbpLC zCW1kEVEvouDhL4sCubA5xXMZjm33XmZngmZzIAlppByjfLa7o+FXqllaRRXY5GBetvv 7R8Obz4DESWBHENNGYifj7sFY3vWnd54u7aLBEJAranzBoGcXOm0zwRybR10vvi3i+X7 I7ow== X-Received: by 10.28.131.11 with SMTP id f11mr22744608wmd.59.1447056242495; Mon, 09 Nov 2015 00:04:02 -0800 (PST) Received: from localhost.localdomain ([191.101.59.138]) by smtp.gmail.com with ESMTPSA id e79sm12835439wmd.16.2015.11.09.00.03.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Nov 2015 00:04:01 -0800 (PST) From: Lin Huang To: sjg@chromium.org Date: Mon, 9 Nov 2015 16:02:29 +0800 Message-Id: <1447056167-16138-3-git-send-email-hl@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1447056167-16138-1-git-send-email-hl@rock-chips.com> References: <1447056167-16138-1-git-send-email-hl@rock-chips.com> Cc: kmixter@chromium.org, u-boot@lists.denx.de, cwz@rock-chips.com, cf@rock-chips.com, cjf@rock-chips.com, benchan@chromium.org, zyf@rock-chips.com Subject: [U-Boot] [PATCH v4 02/20] 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 Acked-by: Simon Glass --- Changes in v1: None Changes in v2: None Changes in v3: None Changes in v4: 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"