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:
Michal Simek 2014-08-11 14:01:57 +02:00
parent fb8d876698
commit dbc31f6a20
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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_ */