]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: arm: fix fdt stashing code
authorMela Custodio <sessyargc@gmail.com>
Wed, 19 Feb 2014 15:16:56 +0000 (00:16 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 7 Apr 2014 21:03:13 +0000 (23:03 +0200)
commit91290cf728dd871c86f370119899789398d956af
tree287f45835039ab3946608371012ea7127a80f403
parent42ddfad6ab6ad64d1c96a90636c36794284669b3
bootstage: arm: fix fdt stashing code

The conditional is using a variable that is not defined.

Signed-off-by: Rommel G Custodio <sessyargc+u-boot@gmail.com>
arch/arm/lib/bootm.c