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

« back to all changes in this revision

Viewing changes to arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S

  • 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:
49
49
 
50
50
.globl  lowlevel_init
51
51
lowlevel_init:
 
52
#ifdef CONFIG_SOC_DM644X
52
53
 
53
54
        /*-------------------------------------------------------*
54
55
         * Mask all IRQs by setting all bits in the EINT default *
707
708
        .word   0x80000000
708
709
DUMMY_VAL:
709
710
        .word   0xa55aa55a
 
711
#else /* CONFIG_SOC_DM644X */
 
712
        mov pc, lr
 
713
#endif