aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynqmp/include/mach/sys_proto.h
diff options
context:
space:
mode:
authorIbai Erkiaga <ibai.erkiaga-elorza@xilinx.com>2020-08-04 23:17:30 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-08-20 09:49:20 +0200
commit050f10f103cdf88704af962262f1131870894367 (patch)
treeab1143f836cc214870b0ba510f808632e84e2d5a /arch/arm/mach-zynqmp/include/mach/sys_proto.h
parent4b2ad7b1111fe05e7e0b68922048210a5dfd04b0 (diff)
downloadu-boot-050f10f103cdf88704af962262f1131870894367.zip
u-boot-050f10f103cdf88704af962262f1131870894367.tar.gz
u-boot-050f10f103cdf88704af962262f1131870894367.tar.bz2
xilinx: zynqmp: remove chip_id function
Remove chip_id function and integrate the firmware call in the zynqmp_get_silicon_idcode_name function. The change avoids querying the firmware twice and makes the code bit more clear. Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynqmp/include/mach/sys_proto.h')
-rw-r--r--arch/arm/mach-zynqmp/include/mach/sys_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynqmp/include/mach/sys_proto.h b/arch/arm/mach-zynqmp/include/mach/sys_proto.h
index 4078f95..f2b3cea 100644
--- a/arch/arm/mach-zynqmp/include/mach/sys_proto.h
+++ b/arch/arm/mach-zynqmp/include/mach/sys_proto.h
@@ -49,7 +49,6 @@ int zynqmp_mmio_read(const u32 address, u32 *value);
void initialize_tcm(bool mode);
void mem_map_fill(void);
-int chip_id(unsigned char id);
#if defined(CONFIG_SYS_MEM_RSVD_FOR_MMU) || defined(CONFIG_DEFINE_TCM_OCM_MMAP)
void tcm_init(u8 mode);
#endif