diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-14 09:09:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-01 12:08:19 -0400 |
commit | 14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0 (patch) | |
tree | 45e638fd4dbabfbdde88eea296f3df370d56b10d /arch/arm/include/asm/arch-mx35/gpio.h | |
parent | 570320da3b4248f882349400dc5b4f8dbc403cef (diff) |
arm: Remove flea3 board
This board has not been converted to CONFIG_DM by the deadline.
Remove it. As this is the last mx35 platform, remove that support as
well.
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx35/gpio.h')
-rw-r--r-- | arch/arm/include/asm/arch-mx35/gpio.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/include/asm/arch-mx35/gpio.h b/arch/arm/include/asm/arch-mx35/gpio.h deleted file mode 100644 index b3d36394a99..00000000000 --- a/arch/arm/include/asm/arch-mx35/gpio.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2011 - * Stefano Babic, DENX Software Engineering, <sbabic@denx.de> - */ - - -#ifndef __ASM_ARCH_MX35_GPIO_H -#define __ASM_ARCH_MX35_GPIO_H - -#include <asm/mach-imx/gpio.h> - -#endif |