Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

cmd_net.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    38bd80b4
    net: Fix arguments in tftpput command · 38bd80b4
    Simon Glass authored
    
    The switch to strict_strtoul() was not done correctly - this fixes
    the compile error when CONFIG_CMD_TFTPPUT is active.
    
    There appears to very little use of strict_strtoul() in commands, so
    it might be easier to switch to simple_strtoul(). If not, we should
    decide the best way to use strict_strtoul(). For now I have added a
    friendly message which will of course increase code size.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    38bd80b4
    History
    net: Fix arguments in tftpput command
    Simon Glass authored
    
    The switch to strict_strtoul() was not done correctly - this fixes
    the compile error when CONFIG_CMD_TFTPPUT is active.
    
    There appears to very little use of strict_strtoul() in commands, so
    it might be easier to switch to simple_strtoul(). If not, we should
    decide the best way to use strict_strtoul(). For now I have added a
    friendly message which will of course increase code size.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>