~ubuntu-branches/ubuntu/vivid/u-boot/vivid

« back to all changes in this revision

Viewing changes to arch/avr32/include/asm/global_data.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-01-02 17:49:39 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120102174939-iddq37p3372x10yp
Tags: 2011.12-1
* New upstream version.
  - Drop build-timestamp_autogenerated.h-without-config.patch (merged).
  - Drop ublimage-NAND-block-size-isn-t-set-at-build-time.patch (merged).
  - Update kerma-sheevaplug-mvsdio.diff
  - Update mipsel-native-endianness.diff
  - Drop dreamplug-v8.patch (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        unsigned long   baudrate;
39
39
        unsigned long   stack_end;      /* highest stack address */
40
40
        unsigned long   have_console;   /* serial_init() was called */
 
41
#ifdef CONFIG_PRE_CONSOLE_BUFFER
 
42
        unsigned long   precon_buf_idx; /* Pre-Console buffer index */
 
43
#endif
41
44
        unsigned long   reloc_off;      /* Relocation Offset */
42
45
        unsigned long   env_addr;       /* Address of env struct */
43
46
        unsigned long   env_valid;      /* Checksum of env valid? */