diff mbox

[U-Boot] OMAP3: omap3_logic: Enable CONFIG_SMC911X_32_BIT

Message ID 1454282013-14920-1-git-send-email-aford173@gmail.com
State Accepted
Commit 1e1acc76b0b8c8d13c322d3ea3bc31320faa11ab
Delegated to: Tom Rini
Headers show

Commit Message

Adam Ford Jan. 31, 2016, 11:13 p.m. UTC
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>
---
 include/configs/omap3_logic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Feb. 4, 2016, 5:40 p.m. UTC | #1
On Sun, Jan 31, 2016 at 05:13:33PM -0600, Adam Ford wrote:

> 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>
Tom Rini Feb. 8, 2016, 8:48 p.m. UTC | #2
On Sun, Jan 31, 2016 at 05:13:33PM -0600, Adam Ford wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 1e00455..a153928 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) */