mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 09:30:10 +00:00
f3a87f5b79
After concatenation of "dfu_alt_info" variable from "dfu_alt_boot" and "dfu_alt_system" it may happen that test and dummy files alt settings are different than default 0 and 1. This patch provides the ability to set different values for them. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Stephen Warren <swarren@nvidia.com> --- Changes for v3: - replace variables declarations with ones read from configuration file - remove not necessary str() conversion at DFU host command generation Changes for v2: - generate "alt_info" automatically - use file names as alt settings instead of numerical values - extend in-code documentation |
||
---|---|---|
.. | ||
test_000_version.py | ||
test_dfu.py | ||
test_env.py | ||
test_help.py | ||
test_hush_if_test.py | ||
test_md.py | ||
test_net.py | ||
test_sandbox_exit.py | ||
test_shell_basics.py | ||
test_sleep.py | ||
test_ums.py | ||
test_unknown_cmd.py | ||
test_ut.py |