mirror of
https://github.com/adulau/aha.git
synced 2025-01-05 15:43:22 +00:00
[ARM] Kirkwood: enable both XOR engines on the 6281 RD board
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
This commit is contained in:
parent
0100defd28
commit
12f4815b42
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ static void __init rd88f6281_init(void)
|
|||
kirkwood_rtc_init();
|
||||
kirkwood_sata_init(&rd88f6281_sata_data);
|
||||
kirkwood_uart0_init();
|
||||
kirkwood_xor0_init();
|
||||
kirkwood_xor1_init();
|
||||
|
||||
platform_device_register(&rd88f6281_nand_flash);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue