summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx35/sys_proto.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-14 09:09:31 -0400
committerTom Rini <trini@konsulko.com>2021-10-01 12:08:19 -0400
commit14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0 (patch)
tree45e638fd4dbabfbdde88eea296f3df370d56b10d /arch/arm/include/asm/arch-mx35/sys_proto.h
parent570320da3b4248f882349400dc5b4f8dbc403cef (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/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx35/sys_proto.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/include/asm/arch-mx35/sys_proto.h b/arch/arm/include/asm/arch-mx35/sys_proto.h
deleted file mode 100644
index 6e8b84128bc..00000000000
--- a/arch/arm/include/asm/arch-mx35/sys_proto.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * (C) Copyright 2011
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- */
-
-#ifndef _MX35_SYS_PROTO_H_
-#define _MX35_SYS_PROTO_H_
-
-#include <asm/mach-imx/sys_proto.h>
-
-void mx3_setup_sdram_bank(u32 start_address, u32 ddr2_config, u32 row,
- u32 col, u32 dsize, u32 refresh);
-
-#endif