23 Jan, 2020

1 commit

  • Execute the command cls (for clear screen), when the "menu background"
    keyword is present in extlinux.conf file, only if the command is supported.

    This patch avoid the warning "Unknown command 'cls'"
    with "menu background" in extlinux.conf when CONFIG_CMD_BMP is activated
    and CONFIG_CMD_CLS not activated (default for CONFIG_DM_VIDEO).

    Signed-off-by: Patrick Delaunay
    Reviewed-by: Patrice Chotard

    Patrick Delaunay
     

18 Jan, 2020

2 commits


09 Dec, 2019

1 commit

  • On NixOS, cross compiled kernels have long suffixes that cause them to
    exceed the current maximum path length. The PXE/TFTP max path length is
    used for extlinux.conf support as well, which is where this problem
    usually manifest's itself.

    Signed-off-by: Ben Wolsieffer
    Acked-by: Joe Hershberger

    Ben Wolsieffer
     

07 Dec, 2019

2 commits