Re: [U-Boot] [PATCH] arm: fix a typo of instruction operand

2014-10-30 Thread Albert ARIBAUD
Hello Jethro, On Thu, 30 Oct 2014 19:27:41 +0800, Jethro Hsu wrote: > From 79344f479bad75b47477dcc9768e564e02f72f59 Mon Sep 17 00:00:00 2001 > From: Jethro Hsu > Date: Thu, 30 Oct 2014 17:26:00 +0800 > Subject: [PATCH] arm: fix a typo of instruction operand > > To fix compile error caused by in

[U-Boot] [PATCH] arm: fix a typo of instruction operand

2014-10-30 Thread Jethro Hsu
>From 79344f479bad75b47477dcc9768e564e02f72f59 Mon Sep 17 00:00:00 2001 From: Jethro Hsu Date: Thu, 30 Oct 2014 17:26:00 +0800 Subject: [PATCH] arm: fix a typo of instruction operand To fix compile error caused by incorrect data format, add "0x" to specify the operand value in hex mode. error me