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:
588e41d
)
OMAP3: omap3_logic: Enable CONFIG_SMC911X_32_BIT
author
Adam Ford
<aford173@gmail.com>
Sun, 31 Jan 2016 23:13:33 +0000
(17:13 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 8 Feb 2016 15:10:44 +0000
(10:10 -0500)
The interface automatically converts one 32-bit word into two 16 words.
The README said it is permissible to use this flag in that scenario.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/omap3_logic.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_logic.h
b/include/configs/omap3_logic.h
index 1e00455dddcb35d5efd7575f6dcbe49c0a7060c2..a153928ca94b23c7cd923e6c6935ff60206b3fbe 100644
(file)
--- a/
include/configs/omap3_logic.h
+++ b/
include/configs/omap3_logic.h
@@
-286,7
+286,7
@@
/* SMSC922x Ethernet */
#if defined(CONFIG_CMD_NET)
#define CONFIG_SMC911X
-#define CONFIG_SMC911X_
16
_BIT
+#define CONFIG_SMC911X_
32
_BIT
#define CONFIG_SMC911X_BASE 0x08000000
#endif /* (CONFIG_CMD_NET) */