aboutsummaryrefslogtreecommitdiff
path: root/target-arm
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm')
-rw-r--r--target-arm/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 7cb08ebaf6..09083b723a 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -144,12 +144,13 @@ typedef struct CPUARMState {
CPU_COMMON
- /* These fields after the common ones so thes are preserved on reset. */
+ /* These fields after the common ones so they are preserved on reset. */
int ram_size;
const char *kernel_filename;
const char *kernel_cmdline;
const char *initrd_filename;
int board_id;
+ target_phys_addr_t loader_start;
} CPUARMState;
CPUARMState *cpu_arm_init(void);