From patchwork Thu Aug 9 06:46:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 176001 X-Patchwork-Delegate: albert.aribaud@free.fr 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 45B122C00E2 for ; Thu, 9 Aug 2012 16:38:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2A4AB28236; Thu, 9 Aug 2012 08:37:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 Bfzr3d2y8Z9D; Thu, 9 Aug 2012 08:37:55 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 189282821A; Thu, 9 Aug 2012 08:37:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F1D628209 for ; Thu, 9 Aug 2012 08:37:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 CouKStbH6zYs for ; Thu, 9 Aug 2012 08:37:38 +0200 (CEST) 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-gg0-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 6E0C92820F for ; Thu, 9 Aug 2012 08:37:36 +0200 (CEST) Received: by ggnh4 with SMTP id h4so103307ggn.3 for ; Wed, 08 Aug 2012 23:37:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=v8FZqDGekOzwQvyUQXb3UrrXQgPxFMjhJywy5vJS/to=; b=CSbCfU4cLyGs+OG+rRpghLClsN21lBFYAXTw8jJRqi/yCjumTP/UXghi5KoSawRO/s NAdzVJoir+49wiUDcyjemJYyWojEZ5Joc70mFHPN5HxG+v8DPUcpTxHoR5ALvQC0iu9l mmgRWM6svwO3X5fol27ZYiYzrAuV37TLf3PmuycxWcLU6d+NxaXN5+bjMvNr0Iu6qQIx XOU/IpIqhuGA74KBfuMYchXr0bCstTXybm9frlc60XDDnBlIPht2fauXux1czaPeRVzU +2Y01ES8TPU1QDSoeMjGCbdFaANKukpCCnghNJbFedjg8b01eZPFL6o+1ugxVKJV9Txn mgNQ== Received: by 10.66.78.99 with SMTP id a3mr39472624pax.22.1344494255015; Wed, 08 Aug 2012 23:37:35 -0700 (PDT) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPS id ru4sm518475pbc.66.2012.08.08.23.37.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2012 23:37:34 -0700 (PDT) From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de Date: Thu, 9 Aug 2012 15:46:18 +0900 Message-Id: <1344494778-15974-4-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1344494778-15974-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1344494778-15974-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Gm-Message-State: ALoCoQk8VHhU0ahrSSJeMsXVDAzhM/N7BkDqlQE1aGEzemDgSD3w1p+77UQoRsiwAiNwEwa6mW4v Cc: Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 4/4] rmobile: armadillo-800eva: Remove CONFIG_SYS_NO_L2CACHE X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de armadillo-800eva needs this config. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/armadillo-800eva.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index d1a0b62..b4402dd 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -58,7 +58,6 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_SYS_NO_L2CACHE #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_USE_ARCH_MEMSET