projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c663176
)
am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE
author
Pantelis Antoniou
<panto@antoniou-consulting.com>
Thu, 14 Mar 2013 05:32:53 +0000
(
05:32
+0000)
committer
Marek Vasut
<marex@denx.de>
Wed, 10 Apr 2013 13:22:24 +0000
(15:22 +0200)
drivers/usb/gadget/composite.c requires that this is defined early.
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am335x_evm.h
b/include/configs/am335x_evm.h
index b7c443c573f0284a88b1fe582c656ce582044591..8704933020382b5149d25cf29c28431038aa3585 100644
(file)
--- 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>