From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 11 Apr 2012 08:10:13 -0700 Subject: [U-Boot] [PATCH] ARM: AM33XX: Fix build error In-Reply-To: <1334137706-18865-1-git-send-email-prabhakar.csengg@gmail.com> References: <1334137706-18865-1-git-send-email-prabhakar.csengg@gmail.com> Message-ID: <4F859ED5.1010706@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Tom Rini > Cc: Chandan Nath Why are you building u-boot.ais for am335x? Thanks! -- Tom