
19 Jun
2016
19 Jun
'16
4:12 p.m.
On Thu, Jun 16, 2016 at 12:59:34PM -0600, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
CONFIG_VERSION_VARIABLE isn't always defined, so we can't simply look up its value directly, or an exception will occur if it isn't defined. Instead, we must use .get() to supply a default value if the variable isn't defined.
Fixes: da37f006e7c5 ("tests: py: disable main_signon check for printenv cmd") Acked-by: Heiko Schocher hs@denx.de Signed-off-by: Stephen Warren swarren@nvidia.com
Applied to u-boot/master, thanks!
--
Tom