Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109332
b: refs/heads/master
c: 35228e8
h: refs/heads/master
v: v3
  • Loading branch information
Martin Michlmayr authored and Nicolas Pitre committed Aug 22, 2008
1 parent 373ea55 commit 26d5e98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: 7a6bb2622692495d1b7445a3e8c257601b803b02
refs/heads/master: 35228e840acc70b49a2eab4eb308ca3d544efdcf
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-orion5x/ts209-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ static void __init qnap_ts209_init(void)
/*
* Configure peripherals.
*/
orion5x_setup_dev_boot_win(QNAP_TS209_NOR_BOOT_BASE,
QNAP_TS209_NOR_BOOT_SIZE);
platform_device_register(&qnap_ts209_nor_flash);

orion5x_ehci0_init();
orion5x_ehci1_init();
qnap_tsx09_find_mac_addr(QNAP_TS209_NOR_BOOT_BASE +
Expand All @@ -298,10 +302,6 @@ static void __init qnap_ts209_init(void)
orion5x_uart0_init();
orion5x_xor_init();

orion5x_setup_dev_boot_win(QNAP_TS209_NOR_BOOT_BASE,
QNAP_TS209_NOR_BOOT_SIZE);
platform_device_register(&qnap_ts209_nor_flash);

platform_device_register(&qnap_ts209_button_device);

/* Get RTC IRQ and register the chip */
Expand Down
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-orion5x/ts409-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ static void __init qnap_ts409_init(void)
/*
* Configure peripherals.
*/
orion5x_setup_dev_boot_win(QNAP_TS409_NOR_BOOT_BASE,
QNAP_TS409_NOR_BOOT_SIZE);
platform_device_register(&qnap_ts409_nor_flash);

orion5x_ehci0_init();
qnap_tsx09_find_mac_addr(QNAP_TS409_NOR_BOOT_BASE +
qnap_ts409_partitions[5].offset,
Expand All @@ -286,10 +290,6 @@ static void __init qnap_ts409_init(void)
orion5x_i2c_init();
orion5x_uart0_init();

orion5x_setup_dev_boot_win(QNAP_TS409_NOR_BOOT_BASE,
QNAP_TS409_NOR_BOOT_SIZE);
platform_device_register(&qnap_ts409_nor_flash);

platform_device_register(&qnap_ts409_button_device);

/* Get RTC IRQ and register the chip */
Expand Down

0 comments on commit 26d5e98

Please sign in to comment.