summaryrefslogtreecommitdiffstats
path: root/doc/README.usb
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-09-11 21:24:09 +0200
committerWolfgang Denk <wd@denx.de>2011-09-11 21:24:09 +0200
commit04e5ae793153e74d682f2d0e297e58fd75366c8f (patch)
tree2a94d2ea7897d12a9600a5d378cfd3f810ee29fc /doc/README.usb
parent3b7175524939ffc73af2b8eb1ee5166838d3f260 (diff)
downloadblackbird-obmc-uboot-04e5ae793153e74d682f2d0e297e58fd75366c8f.tar.gz
blackbird-obmc-uboot-04e5ae793153e74d682f2d0e297e58fd75366c8f.zip
Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.usb')
-rw-r--r--doc/README.usb18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/README.usb b/doc/README.usb
index a8a4058de1..0771c71a85 100644
--- a/doc/README.usb
+++ b/doc/README.usb
@@ -116,7 +116,7 @@ Bus 002 Device 010: ID 0b95:7720 ASIX Electronics Corp. AX88772
If you look at drivers/usb/eth/asix.c you will see this line within the
supported device list, so we know this adapter is supported.
- { 0x0b95, 0x7720 }, /* Trendnet TU2-ET100 V3.0R */
+ { 0x0b95, 0x7720 }, /* Trendnet TU2-ET100 V3.0R */
If your adapter is not listed there is a still a chance that it will
work. Try looking up the manufacturer of the chip inside your adapter.
@@ -144,8 +144,8 @@ To enable USB Host Ethernet in U-Boot, your platform must of course
support USB with CONFIG_CMD_USB enabled and working. You will need to
add some config settings to your board header file:
-#define CONFIG_USB_HOST_ETHER /* Enable USB Ethernet adapters */
-#define CONFIG_USB_ETHER_ASIX /* Asix, or whatever driver(s) you want */
+#define CONFIG_USB_HOST_ETHER /* Enable USB Ethernet adapters */
+#define CONFIG_USB_ETHER_ASIX /* Asix, or whatever driver(s) you want */
As with built-in networking, you will also want to enable some network
commands, for example:
@@ -168,9 +168,9 @@ You can also set the default IP address of your board and the server
as well as the default file to load when a 'bootp' command is issued.
All of these can be obtained from the bootp server if not set.
-#define CONFIG_IPADDR 10.0.0.2 (replace with your value)
-#define CONFIG_SERVERIP 10.0.0.1 (replace with your value)
-#define CONFIG_BOOTFILE uImage
+#define CONFIG_IPADDR 10.0.0.2 (replace with your value)
+#define CONFIG_SERVERIP 10.0.0.1 (replace with your value)
+#define CONFIG_BOOTFILE uImage
The 'usb start' command should identify the adapter something like this:
@@ -200,9 +200,9 @@ TFTP from server 172.22.72.144; our IP address is 172.22.73.81
Filename '/tftpboot/uImage-sjg-seaboard-261347'.
Load address: 0x40c000
Loading: #################################################################
- #################################################################
- #################################################################
- ################################################
+ #################################################################
+ #################################################################
+ ################################################
done
Bytes transferred = 3557464 (364858 hex)
CrOS>
OpenPOWER on IntegriCloud