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

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/arch-davinci/da850_lowlevel.h

  • 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:
24
24
#ifndef __DA850_LOWLEVEL_H
25
25
#define __DA850_LOWLEVEL_H
26
26
 
 
27
#include <asm/arch/pinmux_defs.h>
 
28
 
 
29
/* pinmux_resource[] vector is defined in the board specific file */
 
30
extern const struct pinmux_resource pinmuxes[];
 
31
extern const int pinmuxes_size;
 
32
 
 
33
extern const struct lpsc_resource lpsc[];
 
34
extern const int lpsc_size;
 
35
 
27
36
/* NOR Boot Configuration Word Field Descriptions */
28
37
#define DA850_NORBOOT_COPY_XK(X)        ((X - 1) << 8)
29
38
#define DA850_NORBOOT_METHOD_DIRECT     (1 << 4)