diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-09-29 15:31:44 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-09-30 18:53:30 +0200 |
commit | 2c50e26efdb7e405ecacf89e6a57a60179226dd8 (patch) | |
tree | 46a6550371ead9193e0eeba2ee64a61b71a5ec15 /target-ppc | |
parent | 95070372f7477f44add9af9b55970ae1b92c3100 (diff) |
powerpc: Add a virtex5 ml507 refdesign board
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/cpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index dc1f4b816d..bf81941221 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -702,6 +702,10 @@ struct CPUPPCState { /* temporary hack to handle OSI calls (only used if non NULL) */ int (*osi_call)(struct CPUPPCState *env); + +#if !defined(CONFIG_USER_ONLY) + void *load_info; /* Holds boot loading state. */ +#endif }; #if !defined(CONFIG_USER_ONLY) |