commit | a1e991c12f878c17290ac80761034fbedd608af0 | [log] [tgz] |
---|---|---|
author | Sergei Trofimov <sergei.trofimov@arm.com> | Tue Dec 15 16:17:08 2015 +0000 |
committer | Sergei Trofimov <sergei.trofimov@arm.com> | Tue Dec 15 18:08:53 2015 +0000 |
tree | 9f391ec93b172266d0913bda38906da011da925b | |
parent | 4c4d7f177e3b4ef36341cc909d83ad14c2d0c08b [diff] |
vexpress-uboot: only set env if bootargs are specified If env is specified, U-Boot module will wait for U-Boot prompt and then interrupt the boot sequence so it should be updated. The vexpress module that used it always set the env to contain bootargs (even if they were None), always causing boot to be interrupted, even when that is not necessary. This update means that boot will be interrupted only if bootargs were specified (and therefore env needs to be updated).