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>
This commit is contained in:
Peng Fan
2021-08-07 16:00:33 +08:00
committed by Stefano Babic
parent 5f17fef893
commit 77c3b9cc98
2 changed files with 61 additions and 0 deletions

View File

@@ -8,4 +8,7 @@
#include <asm/mach-imx/sys_proto.h>
extern unsigned long rom_pointer[];
enum bt_mode get_boot_mode(void);
#endif