From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 6 Dec 2015 08:45:01 -0800 Subject: [U-Boot] [PATCH 1/7] spl: use panic_str instead of panic In-Reply-To: <1449268061-805-2-git-send-email-sjoerd.simons@collabora.co.uk> References: <1449268061-805-1-git-send-email-sjoerd.simons@collabora.co.uk> <1449268061-805-2-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4 December 2015 at 15:27, Sjoerd Simons wrote: > For a simple static string, use panic_str() which prevents calling > printf needlessly. > > Signed-off-by: Sjoerd Simons > --- > > common/spl/spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass