
29 Nov
2012
29 Nov
'12
8:34 a.m.
drivers/usb/gadget/composite.c requires that this is defined early.
Signed-off-by: Pantelis Antoniou panto@antoniou-consulting.com --- 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 <config_cmd_default.h>
--
1.7.12