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

2016-02-16 Thread Stephen Warren
On 02/16/2016 05:13 AM, 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. Nit: That's wrapped really narrow. Any chance of wrapping to more like 72-74 characters? diff --git a/test/py

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

2016-02-16 Thread Heiko Schocher
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. Signed-off-by: Heiko Schocher --- found this while trying test/py on the smartweb board, which has SPL but no SPL serial output. test/py/u_boot_console_base.py