[U-Boot] [PATCH v2 03/11] net: Move net command options to the cmd menu

Duncan Hare dh at synoia.com
Sat Apr 14 02:06:12 UTC 2018



 From: Joe Hershberger <joe.hershberger at ni.com>
 To: u-boot at lists.denx.de 
Cc: Heinrich <Schuchardt.xypron.debian at gmx.de>; Michal Simek <michal.simek at xilinx.com>; Simon Glass <sjg at chromium.org>; Duncan Hare <dh at synoia.com>; Chris Packham <judge.packham at gmail.com>; Tom Rini <trini at konsulko.com>; Maxime Ripard <maxime.ripard at bootlin.com>; Joe Hershberger <joe.hershberger at ni.com>
 Sent: Friday, April 13, 2018 1:28 PM
 Subject: [PATCH v2 03/11] net: Move net command options to the cmd menu
   
Options that controlled the tftp and bootp commands depended on their
commands, but lived in the net menu.

Move them so they are in a consistent location.

Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
Reviewed-by: Chris Packham <judge.packham at gmail.com>Reviewed-by: Duncan Hare <dh at synoia.com>
config CMD_NFS
     bool "nfs"
     default y
    help
       Acquire a network IP address using the link-local protocol
Should Help text be
"Transfer file with NFS Protocol" ?



   


More information about the U-Boot mailing list