]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd
authorLukasz Majewski <lukma@denx.de>
Fri, 31 Aug 2018 11:58:25 +0000 (13:58 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 14 Sep 2018 13:22:52 +0000 (15:22 +0200)
commit21c22db014a7c5d9c182a6da15f365b4d4f26774
treec4e83cec1c910784b1c326a161520ba26285dab9
parentdf158705a8bf6ce5b6095a82fbf512302597687a
ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd

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