提交 7c8a98c8 编写于 作者: J Jean-Christophe PLAGNIOL-VILLARD 提交者: Nicolas Ferre

ARM: at91/dt: do not specify the board any more

This will allow to add any board to a compiled kernel by just passing the DTB.
Signed-off-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 1e3ce2b8
/* /*
* Setup code for AT91SAM Evaluation Kits with Device Tree support * Setup code for AT91SAM Evaluation Kits with Device Tree support
* *
* Covers: * AT91SAM9G45-EKES board
* * AT91SAM9M10-EKES board
* * AT91SAM9M10G45-EK board
*
* Copyright (C) 2011 Atmel, * Copyright (C) 2011 Atmel,
* 2011 Nicolas Ferre <nicolas.ferre@atmel.com> * 2011 Nicolas Ferre <nicolas.ferre@atmel.com>
* *
...@@ -49,9 +45,7 @@ static void __init at91_dt_device_init(void) ...@@ -49,9 +45,7 @@ static void __init at91_dt_device_init(void)
} }
static const char *at91_dt_board_compat[] __initdata = { static const char *at91_dt_board_compat[] __initdata = {
"atmel,at91sam9m10g45ek", "atmel,at91sam9",
"atmel,at91sam9x5ek",
"calao,usb-a9g20",
NULL NULL
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册