]> git.sur5r.net Git - u-boot/commit
net: Move the DHCP command below the BOOTP command
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 13 Apr 2018 20:26:33 +0000 (15:26 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 13 Apr 2018 20:48:09 +0000 (15:48 -0500)
commite88b2563ddab6fcee8bf0be40811c8bc6b1ccadb
tree8542a52556f54e7ea4843fcb8953567fe28bef65
parent92fa44d58f4e5433eeb5fe6a56f2b6faf5e84c20
net: Move the DHCP command below the BOOTP command

Move DHCP to directly follow BOOTP so that Kconfig can show the
dependency as a hierarchy.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Duncan Hare <dh@synoia.com>
cmd/Kconfig