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

net

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Bin Meng authored
    eth_get_dev() can return NULL which means device_probe() fails for
    that ethernet device. Add return value check in various places or
    U-Boot will crash due to NULL pointer access.
    
    With this commit, 'dm_test_eth_act' test case passes.
    
    Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
    Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
    ac1d3138
    History
    Name Last commit Last update
    ..