Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20135
b: refs/heads/master
c: 18f49ea
h: refs/heads/master
i:
  20133: a1f3663
  20131: c1b1318
  20127: 0974f84
v: v3
  • Loading branch information
Tony Lindgren authored and Russell King committed Feb 8, 2006
1 parent 03fa73e commit d84dccc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 87bd63f64790eb01a963e05fc5e9fbf366c9de6e
refs/heads/master: 18f49ea207fbcf37f81395037f0dc1cacb2aac3c
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/board-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

static void __init omap_generic_init_irq(void)
{
omap2_init_common_hw();
omap_init_irq();
}

Expand Down Expand Up @@ -64,7 +65,7 @@ static void __init omap_generic_init(void)

static void __init omap_generic_map_io(void)
{
omap_map_common_io();
omap2_map_common_io();
}

MACHINE_START(OMAP_GENERIC, "Generic OMAP24xx")
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/board-h4.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ static inline void __init h4_init_smc91x(void)

static void __init omap_h4_init_irq(void)
{
omap2_init_common_hw();
omap_init_irq();
omap_gpio_init();
h4_init_smc91x();
Expand Down Expand Up @@ -181,7 +182,7 @@ static void __init omap_h4_init(void)

static void __init omap_h4_map_io(void)
{
omap_map_common_io();
omap2_map_common_io();
}

MACHINE_START(OMAP_H4, "OMAP2420 H4 board")
Expand Down

0 comments on commit d84dccc

Please sign in to comment.