]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
distro_bootcmd: read DHCP boot script name from a variable
authorStephen Warren <swarren@nvidia.com>
Mon, 19 Jan 2015 23:39:11 +0000 (16:39 -0700)
committerTom Rini <trini@ti.com>
Fri, 30 Jan 2015 14:19:16 +0000 (09:19 -0500)
commitcc11b39288c402ca14ebf4e4cc15c7a72569034b
tree8f17540aee64299c62e7db5d41857f831f4e4303
parent89fc8bbf44e2ce6d73e0c71a9e88e477e91bc0db
distro_bootcmd: read DHCP boot script name from a variable

Modify $bootcmd_dhcp to read the downloaded script filename from an
environment variable rather than hard-coding it. This allows the user
(or another script) to select a different script name if they want,
without editing the whole value of $bootcmd_dhcp.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
include/config_distro_bootcmd.h