commit | a4092dbd81ad8bcd7d405304f579b0b5b0c402ce | [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 | 7f0c3c51c2d455b7e12196ed91aa461cf86b9790 [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>