From: Joe Hershberger
To: u-boot@lists.denx.de
Cc: Heinrich ; Michal Simek
; Simon Glass ; Duncan Hare
; Tom Rini ; Maxime Ripard
; Joe Hershberger
Sent: Wednesday, March 28, 2018 1:53 PM
Subject: [PATCH 3/9] net: Move the DHCP command below the BOOTP command
Move DHCP to directly fo
On Thu, Mar 29, 2018 at 9:51 AM, Joe Hershberger wrote:
> Move DHCP to directly follow BOOTP so that Kconfig can show the
> dependency as a hierarchy.
>
> Signed-off-by: Joe Hershberger
> ---
I never quite understood the distinction between bootp and dhcp. I
know technically bootp was an earlier
Move DHCP to directly follow BOOTP so that Kconfig can show the
dependency as a hierarchy.
Signed-off-by: Joe Hershberger
---
cmd/Kconfig | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d714f73..7ef9501 100644
--- a/cmd/Kconfig
++
3 matches
Mail list logo