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

2018-04-13 Thread Duncan Hare
From: Joe Hershberger To: u-boot@lists.denx.de Cc: Heinrich ; Michal Simek ; Simon Glass ; Duncan Hare ; Chris Packham ; Tom Rini ; Maxime Ripard ; Joe Hershberger Sent: Friday, April 13, 2018 1:28 PM Subject: [PATCH v2 03/11] net: Move net command options to the cmd menu Options t

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

2018-04-13 Thread Joe Hershberger
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 Reviewed-by: Chris Packham --- Changes in v2: - Move eth_sw and pxe commands out of cmd_net cmd/Kconfig |