[U-Boot] [PATCH] ARM: AM33XX: Fix build error

Prabhakar Lad prabhakar.csengg at gmail.com
Thu Apr 12 07:45:44 CEST 2012


Hi Tom,

I misunderstood, that even AM335x can take .ais. Please ignore the
patch.

Thx,
--Prabhakar Lad

On Wed, Apr 11, 2012 at 8:40 PM, Tom Rini <trini at ti.com> wrote:
> On 04/11/2012 02:48 AM, Prabhakar Lad wrote:
>>
>> Fix build error while building the .ais image from the SPL image
>> and u-boot.bin, The --pad-to option expects a complete number which
>> was currentlty (46 * 1024), appropriately fixed it to 47104.
>>
>> arm-none-linux-gnueabi-objcopy --gap-fill=0xff -I binary \
>>                        --pad-to="(46 * 1024)" -O binary \
>>                        spl/u-boot-spl.ais spl/u-boot-spl-pad.ais
>> arm-none-linux-gnueabi-objcopy: --pad-to: bad number: (46 * 1024)
>> make: *** [u-boot.ais] Error 1
>>
>> Signed-off-by: Prabhakar Lad<prabhakar.csengg at gmail.com>
>> Cc: Tom Rini<trini at ti.com>
>> Cc: Chandan Nath<chandan.nath at ti.com>
>
>
> Why are you building u-boot.ais for am335x?  Thanks!
>
> --
> Tom


More information about the U-Boot mailing list