From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 17 Feb 2016 10:50:12 -0700 Subject: [U-Boot] [PATCH v3] test/py: only check for SPL signature if SPL uses serial output In-Reply-To: <1455730372-15269-1-git-send-email-hs@denx.de> References: <1455730372-15269-1-git-send-email-hs@denx.de> Message-ID: <56C4B2D4.7030505@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/17/2016 10:32 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. Tested-by: Stephen Warren Reviewed-by: Stephen Warren