~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to include/asm-sh/u-boot.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-06 09:28:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106092825-q8o7x811035syh8k
Tags: 2009.08-0ubuntu1
* move to new upstream (2009.08)
* move to new freescale patchset for the 2009.08 release
* remove README.nios_CONFIG_SYS_NIOS_CPU from debian/docs, 
  this is not shipped upstream anymore
* update 1000_fix_gcc_4.4_compability.patch to apply to the new code
* Makefile target is now mx51_bbg_config, update rules accordingly
* switch everything to to3 (including the binary package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        unsigned long   bi_sramstart;   /* start of SRAM memory */
35
35
        unsigned long   bi_sramsize;    /* size  of SRAM memory */
36
36
        unsigned long   bi_ip_addr;     /* IP Address */
37
 
        unsigned char   bi_enetaddr[6]; /* Ethernet adress */
38
37
        unsigned long   bi_baudrate;    /* Console Baudrate */
39
38
        unsigned long   bi_boot_params; /* where this board expects params */
40
39
} bd_t;