~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to board/freescale/mx28evk/u-boot.bd

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sources {
 
2
        u_boot_spl="spl/u-boot-spl.bin";
 
3
        u_boot="u-boot.bin";
 
4
}
 
5
 
 
6
section (0) {
 
7
        load u_boot_spl > 0x0000;
 
8
        load ivt (entry = 0x0014) > 0x8000;
 
9
        hab call 0x8000;
 
10
 
 
11
        load u_boot > 0x40000100;
 
12
        load ivt (entry = 0x40000100) > 0x8000;
 
13
        hab call 0x8000;
 
14
}