projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b28a5d
)
arm64: zynqmp: Add missing zynq_board_read_rom_ethaddr() prototype
author
Michal Simek
<
[email protected]
>
Mon, 31 Jul 2017 08:37:09 +0000
(10:37 +0200)
committer
Michal Simek
<
[email protected]
>
Thu, 14 Dec 2017 19:08:44 +0000
(20:08 +0100)
Add missing zynq_board_read_rom_ethaddr() prototype reported by sparse.
Signed-off-by: Michal Simek <
[email protected]
>
Reviewed-by: Joe Hershberger <
[email protected]
>
arch/arm/include/asm/arch-zynqmp/sys_proto.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-zynqmp/sys_proto.h
b/arch/arm/include/asm/arch-zynqmp/sys_proto.h
index f256c7d4a996beecfd9db9eac9af60c37bc74eef..ad2856863363d0ada08d9abcfeeace3826847e14 100644
(file)
--- a/
arch/arm/include/asm/arch-zynqmp/sys_proto.h
+++ b/
arch/arm/include/asm/arch-zynqmp/sys_proto.h
@@
-30,6
+30,7
@@
enum {
TCM_SPLIT,
};
+int zynq_board_read_rom_ethaddr(unsigned char *ethaddr);
unsigned int zynqmp_get_silicon_version(void);
void psu_init(void);