[U-Boot] [PATCH v3 09/12] cmd: bootvx: Always get VxWorks bootline from env

Simon Glass sjg at chromium.org
Sun Oct 18 23:37:45 CEST 2015


On 7 October 2015 at 21:19, Bin Meng <bmeng.cn at gmail.com> wrote:
> So far VxWorks bootline can be contructed from various environment
> variables, but when these variables do not exist we get these from
> corresponding config macros. This is not helpful as it requires
> rebuilding U-Boot, and to make sure these config macros take effect
> we should not have these environment variables. This is a little
> bit complex and confusing.
>
> Now we change the logic to always contruct the bootline from
> environments (the only single source), by adding two new variables
> "bootdev" and "othbootargs", and adding some comments about network
> related settings mentioning they are optional. The doc about the
> bootline handling is also updated.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Tested-by: Hannes Schmelzer <oe5hpm at oevsv.at>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  README            |  12 +-----
>  common/cmd_elf.c  | 119 ++++++++++++++++++++++++++++++------------------------
>  include/vxworks.h |  22 ----------
>  3 files changed, 68 insertions(+), 85 deletions(-)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list