]> code.ossystems Code Review - openembedded-core.git/commit
u-boot.inc: make sure all counter variables are properly unset
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Mon, 20 Apr 2015 19:17:08 +0000 (21:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:12:08 +0000 (18:12 +0100)
commita00cf56b0caf2327bd85b80c7d0db6f4d8620a36
treea91e225fb2ccef81b7cab8c46c8d8adbed329986
parent5d38c46689c9065992838b58e280886f4091f8fd
u-boot.inc: make sure all counter variables are properly unset

The script does "i == j" checks to retrieve the config <-> type pairs from
the UBOOT_MACHINE and UBOOT_CONFIG lists. This check however requires both
j and i to be initially unset. Ensure this by explicitely unsetting i.

This fixes broken u-boot SPL installations with SolidRun machines
(the SPL wasn't being installed and deployed.)

(From OE-Core rev: 50233dc2544fe8eeee69a5dc07f505db29fc9e0e)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot.inc