Re: [U-Boot] [PATCH] spl:falcon:trats: Fix SPL image size computing.

2013-03-28 Thread Minkyu Kang
On 12/03/13 22:41, Przemyslaw Marczak wrote: > "spl_imgsize" was set as decimal variable by "setexpr" > and this causes wrong image size written by "ext4write". > Preset this val with "0x" prefix allow to fix this issue. > > Signed-off-by: Przemyslaw Marczak > Signed-off-by: Kyungmin Park > Cc:

[U-Boot] [PATCH] spl:falcon:trats: Fix SPL image size computing.

2013-03-12 Thread Przemyslaw Marczak
"spl_imgsize" was set as decimal variable by "setexpr" and this causes wrong image size written by "ext4write". Preset this val with "0x" prefix allow to fix this issue. Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- include/configs/trats.h |1 + 1 file