Revision 9d551997 target-arm/cpu.h

b/target-arm/cpu.h
144 144

  
145 145
    CPU_COMMON
146 146

  
147
    /* These fields after the common ones so thes are preserved on reset.  */
147
    /* These fields after the common ones so they are preserved on reset.  */
148 148
    int ram_size;
149 149
    const char *kernel_filename;
150 150
    const char *kernel_cmdline;
151 151
    const char *initrd_filename;
152 152
    int board_id;
153
    target_phys_addr_t loader_start;
153 154
} CPUARMState;
154 155

  
155 156
CPUARMState *cpu_arm_init(void);

Also available in: Unified diff