aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-06-12 13:35:26 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 20:14:50 +0200
commitd87b2486e6e3feb03b43cb93273f8718f576021d (patch)
treea125a45e27059dc2f8866c54661ba4e132addfdd /arch/arm/include/asm/arch-imx8
parent64b5f469756f915cd223a0d8e807cb542a52666c (diff)
downloadu-boot-d87b2486e6e3feb03b43cb93273f8718f576021d.zip
u-boot-d87b2486e6e3feb03b43cb93273f8718f576021d.tar.gz
u-boot-d87b2486e6e3feb03b43cb93273f8718f576021d.tar.bz2
arm: imx8: don't duplicate build_info()
Move build_info() to common place. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com> Cc: Peng Fan <peng.fan@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx8')
-rw-r--r--arch/arm/include/asm/arch-imx8/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sys_proto.h b/arch/arm/include/asm/arch-imx8/sys_proto.h
index 3f5bbe9..b8d2a0b 100644
--- a/arch/arm/include/asm/arch-imx8/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx8/sys_proto.h
@@ -16,6 +16,7 @@ struct pass_over_info_t {
u32 g_ap_mu;
};
+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);