X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=README;h=d18df54ec9a14d662f4a6495b45aa92c61aa9962;hb=70676cb3b503bea970eb4e1dd7ea902ec8ac2ea1;hp=0dc657d0a583739a817f07f52e0f9572b30c8861;hpb=cb4c833b74e40b2e9bce8702f1d5e11fa823292d;p=u-boot diff --git a/README b/README index 0dc657d0a5..d18df54ec9 100644 --- a/README +++ b/README @@ -796,18 +796,10 @@ The following options need to be configured: - vxWorks boot parameters: bootvx constructs a valid bootline using the following - environments variables: bootfile, ipaddr, serverip, hostname. + environments variables: bootdev, bootfile, ipaddr, netmask, + serverip, gatewayip, hostname, othbootargs. It loads the vxWorks image pointed bootfile. - CONFIG_SYS_VXWORKS_BOOT_DEVICE - The vxworks device name - CONFIG_SYS_VXWORKS_MAC_PTR - Ethernet 6 byte MA -address - CONFIG_SYS_VXWORKS_SERVERNAME - Name of the server - CONFIG_SYS_VXWORKS_BOOT_ADDR - Address of boot parameters - - CONFIG_SYS_VXWORKS_ADD_PARAMS - - Add it at the end of the bootline. E.g "u=username pw=secret" - Note: If a "bootargs" environment is defined, it will overwride the defaults discussed just above.