Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56343
b: refs/heads/master
c: 302c0ef
h: refs/heads/master
i:
  56341: fdb55f2
  56339: b17f1c4
  56335: bf824ee
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed May 11, 2007
1 parent 814d212 commit ab426aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f75fd965d500d33720948f30d409c6c7729a80af
refs/heads/master: 302c0ef7317ddd49c0ae82004cfe308b5a2b6ab3
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-at91/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o
# LEDs support
led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o
led-$(CONFIG_MACH_AT91RM9200EK) += leds.o
led-$(CONFIG_MACH_AT91SAM9261EK)+= leds.o
led-$(CONFIG_MACH_CSB337) += leds.o
led-$(CONFIG_MACH_CSB637) += leds.o
led-$(CONFIG_MACH_KB9200) += leds.o
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-at91/board-sam9261ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ static void __init ek_map_io(void)
/* Initialize processor: 18.432 MHz crystal */
at91sam9261_initialize(18432000);

/* Setup the LEDs */
at91_init_leds(AT91_PIN_PA13, AT91_PIN_PA14);

/* Setup the serial ports and console */
at91_init_serial(&ek_uart_config);
}
Expand Down

0 comments on commit ab426aa

Please sign in to comment.