commit | fa94c28a505396db5614b282f19349f8ed049ff7 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Tue Aug 16 23:48:23 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 03 22:40:46 2011 +0200 |
tree | ac25b47aa971f5c10c51d4bb653b513a306fe893 | |
parent | b852aafc3aa8b49b3457a748580363df6d92f31b [diff] |
arm: fix bd pointer dereference prior initialization gd->bd pointer has been used prior been initialized. Move the relevant code after the initialization. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>