From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 29 Nov 2012 07:33:39 +0100 Subject: [U-Boot] [PATCH 1/2] am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE In-Reply-To: <1354174480-5660-2-git-send-email-panto@antoniou-consulting.com> References: <1354174480-5660-1-git-send-email-panto@antoniou-consulting.com> <1354174480-5660-2-git-send-email-panto@antoniou-consulting.com> Message-ID: <201211290733.39664.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pantelis Antoniou, > drivers/usb/gadget/composite.c requires that this is defined early. > > Signed-off-by: Pantelis Antoniou Tom, this is OMAP, I'll leave this set to you, ok? > --- > 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 ab9549b..6c8b652 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 Best regards, Marek Vasut