From 46b9ddcb91c62c5f6c538d3109c38cc9034230d8 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 8 Nov 2019 12:33:01 +0100 Subject: ARM: i.MX6: Embedsky E9: remove inaccurate comment The board support is likely copied from the freescale-mx6-sabrelite, which requires some GPIOs setup before Ethernet is usable. There is no GPIOs used in this board's code, so remove the comment and along it the header. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/boards/embedsky-e9/board.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/boards/embedsky-e9/board.c b/arch/arm/boards/embedsky-e9/board.c index 0f47677bb0..e5f92636fb 100644 --- a/arch/arm/boards/embedsky-e9/board.c +++ b/arch/arm/boards/embedsky-e9/board.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include @@ -102,8 +101,4 @@ static int e9_coredevices_init(void) return 0; } -/* - * Do this before the fec initializes but after our - * gpios are available. - */ coredevice_initcall(e9_coredevices_init); -- cgit v1.2.3