From: Pantelis Antoniou Date: Thu, 14 Mar 2013 05:32:53 +0000 (+0000) Subject: am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE X-Git-Tag: v2013.04-rc3~13^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=559eae1cb69a491afb0df31ad3ff66c8b63194ff;p=kernel%2Fu-boot.git am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE 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 --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index b7c443c..8704933 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