summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8/sys_proto.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-10-30 15:43:26 +0800
committerIru Cai <mytbk920423@gmail.com>2019-10-30 15:43:26 +0800
commita899a6c0ed9a3066557fb170850f977b6bd7366f (patch)
tree78f7b1166fc1bd0265bcb61990130479528b09c4 /arch/arm/include/asm/arch-imx8/sys_proto.h
parent1a691f101632955a994a0198fc5498b108e97fbc (diff)
downloaduext4-a899a6c0ed9a3066557fb170850f977b6bd7366f.tar.xz
rm arch/arm/include/asm/arch-*
Diffstat (limited to 'arch/arm/include/asm/arch-imx8/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-imx8/sys_proto.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sys_proto.h b/arch/arm/include/asm/arch-imx8/sys_proto.h
deleted file mode 100644
index 0e981ae..0000000
--- a/arch/arm/include/asm/arch-imx8/sys_proto.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright 2018 NXP
- */
-
-#include <asm/arch/sci/sci.h>
-#include <asm/mach-imx/sys_proto.h>
-#include <linux/types.h>
-
-struct pass_over_info_t {
- u16 barker;
- u16 len;
- u32 g_bt_cfg_shadow;
- u32 card_address_mode;
- u32 bad_block_count_met;
- u32 g_ap_mu;
-};
-
-extern unsigned long boot_pointer[];
-void build_info(void);
-enum boot_device get_boot_device(void);
-int print_bootinfo(void);
-int sc_pm_setup_uart(sc_rsrc_t uart_rsrc, sc_pm_clock_rate_t clk_rate);