summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-zynqmp/clk.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-11-05 08:34:35 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 15:55:56 +0100
commit0785dfd8a7b14cb2c99fc1271c865eb2170c620b (patch)
tree257fe44ca352165c6c42463bde6dc2f875bb56fd /arch/arm/include/asm/arch-zynqmp/clk.h
parentd041e3e15765c3e1977f125083bd7deebe83f40b (diff)
downloadu-boot-imx-0785dfd8a7b14cb2c99fc1271c865eb2170c620b.zip
u-boot-imx-0785dfd8a7b14cb2c99fc1271c865eb2170c620b.tar.gz
u-boot-imx-0785dfd8a7b14cb2c99fc1271c865eb2170c620b.tar.bz2
ARM64: zynqmp: Use the same U-Boot version with/without ATF
Remove SECURE_IOU option which is not needed. U-Boot itself can detect which EL level it is on and based on that use do platform setup. It also simplify usage because one Kconfig entry is gone. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/include/asm/arch-zynqmp/clk.h')
-rw-r--r--arch/arm/include/asm/arch-zynqmp/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-zynqmp/clk.h b/arch/arm/include/asm/arch-zynqmp/clk.h
index d55bc31..b18333d 100644
--- a/arch/arm/include/asm/arch-zynqmp/clk.h
+++ b/arch/arm/include/asm/arch-zynqmp/clk.h
@@ -9,5 +9,6 @@
#define _ASM_ARCH_CLK_H_
unsigned long get_uart_clk(int dev_id);
+unsigned long zynqmp_get_system_timer_freq(void);
#endif /* _ASM_ARCH_CLK_H_ */