diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-15 11:26:30 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-24 11:44:12 +0800 |
commit | d23f13f75628415b4de82d870814bd208b97cb4d (patch) | |
tree | 2261978de7e34612bd2fe65bf69155ea524077fd /arch/arm/mach-imx/imx51-dt.c | |
parent | 7811aa94f45474fea070c327d5edfe7bc4b15d2a (diff) | |
download | op-kernel-dev-d23f13f75628415b4de82d870814bd208b97cb4d.zip op-kernel-dev-d23f13f75628415b4de82d870814bd208b97cb4d.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-imx/imx51-dt.c')
-rw-r--r-- | arch/arm/mach-imx/imx51-dt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx51-dt.c b/arch/arm/mach-imx/imx51-dt.c index d4067fe..8604165 100644 --- a/arch/arm/mach-imx/imx51-dt.c +++ b/arch/arm/mach-imx/imx51-dt.c @@ -79,7 +79,6 @@ static struct sys_timer imx51_timer = { }; static const char *imx51_dt_board_compat[] __initdata = { - "fsl,imx51-babbage", "fsl,imx51", NULL }; |