From patchwork Fri Mar 8 17:37:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 226177 X-Patchwork-Delegate: marek.vasut@gmail.com 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 AEAB62C03A2 for ; Sat, 9 Mar 2013 04:39:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 98D604A451; Fri, 8 Mar 2013 18:38:44 +0100 (CET) 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 nW6P71NnqkqF; Fri, 8 Mar 2013 18:38:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C64934A418; Fri, 8 Mar 2013 18:37:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CDC854A3E1 for ; Fri, 8 Mar 2013 18:37:46 +0100 (CET) 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 RSOEsKMaqXM2 for ; Fri, 8 Mar 2013 18:37:45 +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-gh0-f181.google.com (mail-gh0-f181.google.com [209.85.160.181]) by theia.denx.de (Postfix) with ESMTPS id E6FDB4A3DA for ; Fri, 8 Mar 2013 18:37:43 +0100 (CET) Received: by mail-gh0-f181.google.com with SMTP id y8so297260ghb.12 for ; Fri, 08 Mar 2013 09:37:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=qbocMpKNqrnuxHOxsZ3qXTu0UGrh3yhwKNt6bcMaoyc=; b=iTJDmj6/ZCL4gdvfDoFFrSVadBwflLdPr6ZwCK+x6Fg4Xqp2yIsclIqUKQjTsycJTi Dnrr46yIb5qLYc9nGND7rr1tL2cbfkBRyfLawN+75OCvgW4gRtlFWgJo9tgadRqSfCgB nK0hsUIm4V31D+WrZxm25B9EOtrg+02QiDGOcQw9JWzt17COyGczXJmQZmYBgeWxFxJ2 WEoG7vGbt85PWnd578E32ak37XDby75KY3hvh0xmX3gGDP69JM4XNJ6B9GNi6pk810cX ymTr5k5RG46+KItGobeWOcfrhyFLqGY/Q7JliuE+IyXoGNdSb3Llfvwk0oIdgiNexMUb lwUA== X-Received: by 10.236.158.74 with SMTP id p50mr2342386yhk.135.1362764262460; Fri, 08 Mar 2013 09:37:42 -0800 (PST) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPS id v43sm8924053yhm.11.2013.03.08.09.37.41 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Mar 2013 09:37:41 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Fri, 8 Mar 2013 12:37:26 -0500 Message-Id: <1362764249-15547-8-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362764249-15547-1-git-send-email-trini@ti.com> References: <1362764249-15547-1-git-send-email-trini@ti.com> Cc: Tom Rini , Pantelis Antoniou Subject: [U-Boot] [PATCH v5 7/9] am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE 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 From: Pantelis Antoniou drivers/usb/gadget/composite.c requires that this is defined early. Signed-off-by: Pantelis Antoniou Signed-off-by: Tom Rini Acked-by: Tom Rini --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/configs/am335x_evm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 33ee2c4..59647d1 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -39,6 +39,8 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_SYS_CACHELINE_SIZE 64 + /* commands to include */ #include