ARM: zynq: Move ps7_init() out of spl.h
Prepare for spl.h removal. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
fb8d876698
commit
dbc31f6a20
@ -6,8 +6,6 @@
|
||||
#ifndef _ASM_ARCH_SPL_H_
|
||||
#define _ASM_ARCH_SPL_H_
|
||||
|
||||
extern void ps7_init(void);
|
||||
|
||||
#define BOOT_DEVICE_NONE 0
|
||||
#define BOOT_DEVICE_RAM 1
|
||||
#define BOOT_DEVICE_SPI 2
|
||||
|
@ -23,4 +23,6 @@ extern unsigned int zynq_get_silicon_version(void);
|
||||
extern int zynq_sdhci_init(u32 regbase);
|
||||
extern int zynq_sdhci_of_init(const void *blob);
|
||||
|
||||
extern void ps7_init(void);
|
||||
|
||||
#endif /* _SYS_PROTO_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user