summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2016-01-31 17:13:33 -0600
committerTom Rini <trini@konsulko.com>2016-02-08 10:10:44 -0500
commit1e1acc76b0b8c8d13c322d3ea3bc31320faa11ab (patch)
tree360c2ffdf4e52eef796286a6f1d8990029298a1e /include
parent588e41d2c7cd689295822e8fb00428aa8d91a580 (diff)
downloadblackbird-obmc-uboot-1e1acc76b0b8c8d13c322d3ea3bc31320faa11ab.tar.gz
blackbird-obmc-uboot-1e1acc76b0b8c8d13c322d3ea3bc31320faa11ab.zip
OMAP3: omap3_logic: Enable CONFIG_SMC911X_32_BIT
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 1e00455ddd..a153928ca9 100644
--- 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) */
OpenPOWER on IntegriCloud