[U-Boot] [PATCH v2] test/py: only check for SPL signature if SPL uses serial output

Stephen Warren swarren at wwwdotorg.org
Wed Feb 17 17:45:59 CET 2016


On 02/16/2016 11:48 PM, Heiko Schocher wrote:
> check for U-Boot SPL signature only if SPL really has a serial output.
> So check if CONFIG_SPL_SERIAL_SUPPORT is active in board config.

I suspect you didn't test this; it causes all tests to fail on all 
platforms...

> diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py

> +            bcfg = u_boot_console.config.buildconfig

I think that should be self.config.buildconfig instead; there is no 
u_boot_console variable at this point in the code.


More information about the U-Boot mailing list