mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-26 12:50:19 +08:00
Some CONFIG_ variables were recently renamed, but test/py wasn't updated to match. This causes some tests to be skipped. Fix test/py so the tests are run. Fixes:1163625898("Rename reset to sysreset") Fixes:f1f9d4fac5("hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER") Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>