Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44697
b: refs/heads/master
c: 6d2e857
h: refs/heads/master
i:
  44695: 8884341
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Dec 18, 2006
1 parent e9d96eb commit e7259c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 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: 99e4a6dda9dc4b863773c0a5857b762474b817cf
refs/heads/master: 6d2e857d02a59332b7cd89aeac8b5962a357ac7a
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-iop13xx/iq81340mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ static struct sys_timer iq81340mc_timer = {

MACHINE_START(IQ81340MC, "Intel IQ81340MC")
/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
.phys_io = PHYS_IO,
.io_pg_offst = IO_PG_OFFSET,
.phys_io = IOP13XX_PMMR_PHYS_MEM_BASE,
.io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc,
.boot_params = 0x00000100,
.map_io = iop13xx_map_io,
.init_irq = iop13xx_init_irq,
.timer = &iq81340mc_timer,
.boot_params = BOOT_PARAM_OFFSET,
.init_machine = iq81340mc_init,
MACHINE_END
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-iop13xx/iq81340sc.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ static struct sys_timer iq81340sc_timer = {

MACHINE_START(IQ81340SC, "Intel IQ81340SC")
/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
.phys_io = PHYS_IO,
.io_pg_offst = IO_PG_OFFSET,
.phys_io = IOP13XX_PMMR_PHYS_MEM_BASE,
.io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc,
.boot_params = 0x00000100,
.map_io = iop13xx_map_io,
.init_irq = iop13xx_init_irq,
.timer = &iq81340sc_timer,
.boot_params = BOOT_PARAM_OFFSET,
.init_machine = iq81340sc_init,
MACHINE_END
5 changes: 1 addition & 4 deletions trunk/include/asm-arm/arch-iop13xx/iq81340.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@
#define PBI_CF_IDE_BASE (IQ81340_CMP_FLSH)
#define PBI_CF_BAR_ADDR (IOP13XX_PBI_BAR1)

/* These are the values used in the Machine description */
#define PHYS_IO 0xfeffff00
#define IO_PG_OFFSET 0xffffff00
#define BOOT_PARAM_OFFSET 0x00000100

#endif /* _IQ81340_H_ */

0 comments on commit e7259c1

Please sign in to comment.