mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
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>
This commit is contained in:
parent
588e41d2c7
commit
1e1acc76b0
1 changed files with 1 additions and 1 deletions
|
@ -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) */
|
||||
|
||||
|
|
Loading…
Reference in a new issue