07 Oct, 2016

1 commit

  • This script looks for env_common.o object file and extracts from it default
    u-boot environment, which is afterwards printed on standard output.

    Usage example:
    get_default_envs.sh > u-boot-env-default.txt

    The generated text file can be used as input for mkenvimage.

    Signed-off-by: Lukasz Majewski
    Reviewed-by: Simon Glass

    Lukasz Majewski