diff options
author | Gerhard Sittig | 2014-03-08 19:46:15 +0100 |
---|---|---|
committer | Tom Rini | 2014-03-12 17:04:32 -0400 |
commit | eddf6d286841b40c978d055a91d2966aaa6ad785 (patch) | |
tree | 76780d9c4c3ebd1b8b44ed831c6f62f5136d5e8c /include/configs/harmony.h | |
parent | df4fb1c36d35021c27aa9fb43062741712022ad3 (diff) |
tegra: omap: alpha-sort USB ethernet items for Asix and SMSC
adjust the harmony and omap3_beagle board configs to make
their CONFIG_USB_ETHER_* items appear in alphabetical order
Signed-off-by: Gerhard Sittig <gsi@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/harmony.h')
-rw-r--r-- | include/configs/harmony.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h index c4ff4a25cb9..7702373c06e 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -61,8 +61,8 @@ /* USB networking support */ #define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_SMSC95XX /* General networking support */ #define CONFIG_CMD_NET |