commit | bf0ba257921c72c0b0ddb8dcbb61c56f1ec2fbd6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Oct 07 20:19:16 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:26 2015 -0600 |
tree | 48f16c02f03aa9950e2d032a6deb7eecf266173f | |
parent | 0401c863e91e59a85ebc54ec0c0b2475699642b4 [diff] |
cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline There are fields in VxWorks bootline for netmask and gatewayip. We can get these from U-Boot environment variables and pass them to VxWorks, just like ipaddr and serverip. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>