the following patch was just integrated into master: commit 5ad6ec55f84076982c3342d4c7695aa918ac663b Author: Mathias Krause minipli@googlemail.com Date: Wed Nov 5 21:27:01 2014 +0100
inteltool: Fix message in case of multiple LPC controllers
If we find multiple LPC controllers, we want to tell the user that we'll ignore all but the first. However, we use 'dev' in the message (the current device found) instead of 'sb' (the one we want to use).
Fix the message by using 'sb' and break the loop right away in this case. It's sufficient to tell the user once which LPC controller we'll use.
Change-Id: Ibd27e40525fabe8c63b112691ad49fd994c70a48 Signed-off-by: Mathias Krause minipli@googlemail.com Reviewed-on: http://review.coreboot.org/7342 Reviewed-by: Edward O'Callaghan eocallaghan@alterapraxis.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins)
See http://review.coreboot.org/7342 for details.
-gerrit