]> rtime.felk.cvut.cz Git - novaboot.git/commit
uboot: Make boot command configurable
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 29 Oct 2014 12:37:35 +0000 (13:37 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 29 Oct 2014 12:37:35 +0000 (13:37 +0100)
commitc68a577bb75f3061d570cb12ae757621cac70b12
tree79fc6fd75a9c0dce54c6988eb990b9f5f87957a1
parent8d1d9936cdc8c09605e47828d6514f6b51a83de9
uboot: Make boot command configurable

U-Boot offers several ways how an OS can be run. For example one can
choose between go, bootm or bootz commands. The bootm command itself has
a handful of variants [1]. This change adds a possibility for the user
to configure which command or variant shall be used.

[1] http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=doc/uImage.FIT/command_syntax_extensions.txt;hb=v2014.10
README.md
novaboot