All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd
Date: Fri, 7 Sep 2018 12:59:53 +0200	[thread overview]
Message-ID: <20180907125953.7ce790e1@jawa> (raw)
In-Reply-To: <6d3ecdcc-0343-cae4-4315-890673cc0590@denx.de>

Hi Stefano,

> Hi Lukasz,
> 
> On 07/09/2018 00:53, Lukasz Majewski wrote:
> > Dear Tom, Stefano,
> >   
> >> The 'rootpath' can be provided by DHCP server. Removing this line
> >> prevents from overwriting it.
> >>
> >> To do that on the DHCP server side (isc-dhcp-server) modify
> >> dhcpd.conf and add 'option root-path
> >> "192.168.X.Y:/srv/tftp/rootfs";'
> >>
> >> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> >> ---
> >>
> >>  board/k+p/bootscripts/tpcboot.cmd | 1 -
> >>  1 file changed, 1 deletion(-)
> >>
> >> diff --git a/board/k+p/bootscripts/tpcboot.cmd
> >> b/board/k+p/bootscripts/tpcboot.cmd index 16b93ebe3f..9290317730
> >> 100644 --- a/board/k+p/bootscripts/tpcboot.cmd
> >> +++ b/board/k+p/bootscripts/tpcboot.cmd
> >> @@ -65,7 +65,6 @@ fi"
> >>  #
> >>  # Provide 'boot_nfs' command
> >>  #------------------------------------------------------------
> >> -setenv rootpath "/srv/tftp/KP/rootfs"
> >>  setenv nfsargs "setenv bootargs root=/dev/nfs rw \
> >>         nfsroot=${serverip}:${rootpath},nolock,nfsvers=3"
> >>  setenv addip "setenv bootargs ${bootargs} \  
> > 
> > Is there any chance that this series would be applied before
> > v2018.09 release? 
> > 
> > Those are fixes related to a particular board(s), which I do
> > maintain. 
> 
> Patches were sent just a week ago, merge window was closed. This is
> the same case as Otavio's and I will merge them after release.

Ok. No problem :-)

> 
> Best regards,
> Stefano
> 


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180907/94712559/attachment.sig>

      reply	other threads:[~2018-09-07 10:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 11:58 [U-Boot] [PATCH 1/4] ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd Lukasz Majewski
2018-08-31 11:58 ` [U-Boot] [PATCH 2/4] ARM: bootscript: Replace tftpboot with dhcp when downloading kernel Lukasz Majewski
2018-08-31 11:58 ` [U-Boot] [PATCH 3/4] ARM: bootscript: Fix the nfsargs and addip in K+P's tpcboot.cmd Lukasz Majewski
2018-08-31 11:58 ` [U-Boot] [PATCH 4/4] ARM: bootscript: For nfsargs only use rootpath (and remove not needed serverip) Lukasz Majewski
2018-09-06 22:53 ` [U-Boot] [PATCH 1/4] ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd Lukasz Majewski
2018-09-07 10:39   ` Stefano Babic
2018-09-07 10:59     ` Lukasz Majewski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180907125953.7ce790e1@jawa \
    --to=lukma@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.