[U-Boot] mkimage: mxs (mx23_olinuxino) build regression

Hi Simon,
I've just finished bisecting a build error for the mx23_olinuxino platform.
git bisect points to:
http://git.denx.de/?p=u-boot.git;a=commit;h=92a655c326b22de58dcd5371ca1a62fd...
to build:
make ARCH=arm CROSS_COMPILE=${CC} distclean make ARCH=arm CROSS_COMPILE=${CC} mx23_olinuxino_defconfig make ARCH=arm CROSS_COMPILE=${CC} u-boot.sb
Build error:
CFG spl/u-boot-spl.cfg MKIMAGE u-boot.sb ./tools/mkimage: Can't open (null): Bad address arch/arm/cpu/arm926ejs/mxs/Makefile:82: recipe for target 'u-boot.sb' failed make[1]: *** [u-boot.sb] Error 1 Makefile:989: recipe for target 'u-boot.sb' failed make: *** [u-boot.sb] Error 2
Reverting that commit and building show the target booting just fine:
HTLCLC
U-Boot 2015.10-rc2-00305-g8304793 (Sep 02 2015 - 14:40:06 -0500)
CPU: Freescale i.MX23 rev1.4 at 454 MHz BOOT: SSP SD/MMC #0 DRAM: 64 MiB MMC: MXS MMC: 0 *** Warning - bad CRC, using default environment
In: serial Out: serial Err: serial Net: Net Initialization Skipped No ethernet found.
Regards,

On Wed, Sep 2, 2015 at 4:48 PM, Robert Nelson robertcnelson@gmail.com wrote:
I've just finished bisecting a build error for the mx23_olinuxino platform.
git bisect points to:
http://git.denx.de/?p=u-boot.git;a=commit;h=92a655c326b22de58dcd5371ca1a62fd...
I think it has been fixed and merged today in master.

On Wed, Sep 2, 2015 at 3:52 PM, Otavio Salvador otavio.salvador@ossystems.com.br wrote:
On Wed, Sep 2, 2015 at 4:48 PM, Robert Nelson robertcnelson@gmail.com wrote:
I've just finished bisecting a build error for the mx23_olinuxino platform.
git bisect points to:
http://git.denx.de/?p=u-boot.git;a=commit;h=92a655c326b22de58dcd5371ca1a62fd...
I think it has been fixed and merged today in master.
Thanks you are right!
The fix is in u-boot-imx.git master
http://git.denx.de/?p=u-boot/u-boot-imx.git;a=shortlog;h=refs/heads/master
so when u-boot.git master pushes that pull it'll be fine..
Regards,
participants (2)
-
Otavio Salvador
-
Robert Nelson