commit | 27229b2a4caf60ef685f8b9d1a3f6304487b18c7 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <l.majewski@majess.pl> | Sat Sep 17 06:57:39 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 21:00:53 2016 -0400 |
tree | a80641556dc7d2558b2864cc641908959540888b | |
parent | f61c9bcdfd3d1bb4ab6680d567081b0f6cbf908b [diff] |
scripts: Add script to extract default environment 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 <l.majewski@majess.pl> Reviewed-by: Simon Glass <sjg@chromium.org>