#136: failed to boot under KVM\QEMU
authorRonald G. Minnich <rminnich@gmail.com>
Thu, 14 May 2009 21:26:28 +0000 (21:26 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Thu, 14 May 2009 21:26:28 +0000 (21:26 +0000)
commit671cedc92f24e1b1578bb00bd3bf8c019c4cdaed
tree3055f864429a31a49422be8a383dc0d651534f49
parent67befdc22be1b12cf3a29fcef706dd2978bac539
#136: failed to boot under KVM\QEMU
> -------------------------------------+--------------------------------------
>   Reporter:  silicium@…             |          Owner:  somebody
>       Type:  defect                 |         Status:  new
>   Priority:  major                  |      Milestone:
>  Component:  coreboot               |        Version:  v2
>   Keywords:                         |   Dependencies:
> Patchstatus:  patch needs review     |
> -------------------------------------+--------------------------------------

Fix use of uninitialized pointers. To help in future, move
the declaration to the same scope as the use.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4285 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/boot/selfboot.c