]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 5 Jan 2015 17:13:39 +0000 (18:13 +0100)
committerTom Rini <trini@ti.com>
Thu, 29 Jan 2015 18:38:39 +0000 (13:38 -0500)
commit453c6cc19aaf4f03bbf4ef03493732a39d3780db
treedfdb2783b72b1cac91cbdf1576ff76b5b66ddd83
parent735b1cfeb2308d9114af1140b703be91b604c09e
distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=

Move the bootcmd commands into a seperate distro_bootcmd environment
variable. Allowing a user to easily launch the distro boot sequence if
the default bootcmd did not default to distro boot commands.

Also set CONFIG_BOOTCOMMAND to "run distro_bootcmd" if it hasn't been
configured yet rather then putting it directly in the environment. This
allows boards to make the distro boot commands available without
necessarily default to them or to use them as a fallback after running
some board specific commands instead.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
include/config_distro_bootcmd.h