commit | 7f76cde719b8911e845ddbbff69364eb35fa197a | [log] [tgz] |
---|---|---|
author | Max Krummenacher <max.krummenacher@toradex.com> | Fri Dec 09 13:09:56 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 11 15:02:23 2023 -0500 |
tree | c772899fabe8135b55743195fec69b7a2d84429c | |
parent | 588ea36e11bcb0274c120a5016feb8734a82e1b0 [diff] |
test: env: add test for u-boot-initial-env creation Checks that `make u-boot-initial-env` creates the text file u-boot-initial-env and checks that it at least contains `board=<something>`. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Reviewed-by: Simon Glass <sjg@chromium.org>