summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-08-07 11:00:33 +0300
committerStefano Babic <sbabic@denx.de>2021-08-09 15:46:50 +0300
commit77c3b9cc98cb1bfe719933d14cc6e9e279bcb34c (patch)
treeb8638c40b7ae9f71f8f61123d60233c741b3b4cb /arch/arm/include
parent5f17fef893fed3d69c1e645e3d7038c6baf9c855 (diff)
downloadu-boot-77c3b9cc98cb1bfe719933d14cc6e9e279bcb34c.tar.xz
arm: imx8ulp: support print cpu info
Support print cpu info. the clock function has not been added, it will be added in following patches. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-imx8ulp/sys_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
index cab12c218e..8894611a0f 100644
--- a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
@@ -8,4 +8,7 @@
#include <asm/mach-imx/sys_proto.h>
+extern unsigned long rom_pointer[];
+
+enum bt_mode get_boot_mode(void);
#endif