Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31015
b: refs/heads/master
c: 02c4293
h: refs/heads/master
i:
  31013: f6b8a25
  31011: 5ff4140
  31007: 9b365ca
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Jun 28, 2006
1 parent 8a7249f commit f6e1c2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 313f53e3823c00bd0aa3601f01897573f2fc326d
refs/heads/master: 02c4293194432c7466efe9477126d6179d6fda07
11 changes: 0 additions & 11 deletions trunk/include/asm-arm/arch-ixp23xx/ixp23xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,4 @@
#define IXP23XX_PCI_CPP_ADDR_BITS IXP23XX_PCI_CSR(0x0160)


#ifndef __ASSEMBLY__
/*
* Is system memory on the XSI or CPP bus?
*/
static inline unsigned ixp23xx_cpp_boot(void)
{
return (*IXP23XX_EXP_CFG0 & IXP23XX_EXP_CFG0_XSI_NOT_PRES);
}
#endif


#endif
10 changes: 10 additions & 0 deletions trunk/include/asm-arm/arch-ixp23xx/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,15 @@ extern struct sys_timer ixp23xx_timer;

#define IXP23XX_UART_XTAL 14745600

#ifndef __ASSEMBLY__
/*
* Is system memory on the XSI or CPP bus?
*/
static inline unsigned ixp23xx_cpp_boot(void)
{
return (*IXP23XX_EXP_CFG0 & IXP23XX_EXP_CFG0_XSI_NOT_PRES);
}
#endif


#endif
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-ixp23xx/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef __ASM_ARCH_UNCOMPRESS_H
#define __ASM_ARCH_UNCOMPRESS_H

#include <asm/hardware.h>
#include <asm/arch/ixp23xx.h>
#include <linux/serial_reg.h>

#define UART_BASE ((volatile u32 *)IXP23XX_UART1_PHYS)
Expand Down

0 comments on commit f6e1c2e

Please sign in to comment.