summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-11-08 12:33:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-08 13:45:40 +0100
commit46b9ddcb91c62c5f6c538d3109c38cc9034230d8 (patch)
tree170dade96e5afc113313c0976a86b6c400fbe925 /arch
parent38b62d07a6109f7e00714316afbe2aead8c3dfa3 (diff)
downloadbarebox-46b9ddcb91c62c5f6c538d3109c38cc9034230d8.tar.gz
barebox-46b9ddcb91c62c5f6c538d3109c38cc9034230d8.tar.xz
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 <gpio.h> header. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/embedsky-e9/board.c5
1 files changed, 0 insertions, 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 <init.h>
#include <environment.h>
#include <mach/imx6-regs.h>
-#include <gpio.h>
#include <asm/armlinux.h>
#include <generated/mach-types.h>
#include <partition.h>
@@ -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);