Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167801
b: refs/heads/master
c: 165e10d
h: refs/heads/master
i:
  167799: a59dcf2
v: v3
  • Loading branch information
Sascha Hauer committed Oct 2, 2009
1 parent 4d043ef commit 17154c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: b02019e6c8e37eec3cf214b50604af732936dd1c
refs/heads/master: 165e10d80092ee05fe3927bb0b075d8c25101136
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-mx25/mx25pdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,12 @@ static struct imxuart_platform_data uart_pdata = {
.flags = IMXUART_HAVE_RTSCTS,
};

static struct mxc_nand_platform_data nand_board_info = {
.width = 1,
.hw_ecc = 1,
};

static void __init mx25pdk_init(void)
{
mxc_register_device(&mxc_uart_device0, &uart_pdata);
mxc_register_device(&mxc_usbh2, NULL);
mxc_register_device(&mxc_nand_device, &nand_board_info);
}


static void __init mx25pdk_timer_init(void)
{
mx25_clocks_init(26000000);
Expand Down

0 comments on commit 17154c6

Please sign in to comment.