mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 23:01:36 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
#ifndef _ASM_ARCH_SPL_H_
|
#ifndef _ASM_ARCH_SPL_H_
|
||||||
#define _ASM_ARCH_SPL_H_
|
#define _ASM_ARCH_SPL_H_
|
||||||
|
|
||||||
extern void ps7_init(void);
|
|
||||||
|
|
||||||
#define BOOT_DEVICE_NONE 0
|
#define BOOT_DEVICE_NONE 0
|
||||||
#define BOOT_DEVICE_RAM 1
|
#define BOOT_DEVICE_RAM 1
|
||||||
#define BOOT_DEVICE_SPI 2
|
#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_init(u32 regbase);
|
||||||
extern int zynq_sdhci_of_init(const void *blob);
|
extern int zynq_sdhci_of_init(const void *blob);
|
||||||
|
|
||||||
|
extern void ps7_init(void);
|
||||||
|
|
||||||
#endif /* _SYS_PROTO_H_ */
|
#endif /* _SYS_PROTO_H_ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue