]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Correct missing local variable in bootm
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:34 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commitbdc7d5cda3510d01153d75d0ceae38466ff865c0
tree65f0ebe7d8e6a1d6796d3fd471dc447909bfd271
parentbc3442aaed26f16a0b9d1caa55cbe3bd94d16a86
x86: Correct missing local variable in bootm

Enabling FIT produces a compile error. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bootm.c