ARM: mach-imx: Remove board entries in dt_board_compat

There is no need for adding board related entries into dt_board_compat.

Leave only the SoC entry.

This way we do not need to patch a C file when adding dt support for
a new board.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Fabio Estevam
2012-08-15 11:26:30 -03:00
committed by Shawn Guo
parent 7811aa94f4
commit d23f13f756
3 changed files with 0 additions and 8 deletions

View File

@@ -79,7 +79,6 @@ static struct sys_timer imx51_timer = {
};
static const char *imx51_dt_board_compat[] __initdata = {
"fsl,imx51-babbage",
"fsl,imx51",
NULL
};