mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
spi: zynqmp: Remove gd reference
gd is not used in this file that's why doesn't make sense to declare it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0a9f0e0d00
commit
b00bad9dc8
1 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
#include <asm/cache.h>
|
#include <asm/cache.h>
|
||||||
#include <asm/global_data.h>
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <clk.h>
|
#include <clk.h>
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
|
@ -156,8 +155,6 @@ struct zynqmp_qspi_dma_regs {
|
||||||
u32 dmadstmsb; /* 0x28 */
|
u32 dmadstmsb; /* 0x28 */
|
||||||
};
|
};
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
|
||||||
|
|
||||||
struct zynqmp_qspi_plat {
|
struct zynqmp_qspi_plat {
|
||||||
struct zynqmp_qspi_regs *regs;
|
struct zynqmp_qspi_regs *regs;
|
||||||
struct zynqmp_qspi_dma_regs *dma_regs;
|
struct zynqmp_qspi_dma_regs *dma_regs;
|
||||||
|
|
Loading…
Add table
Reference in a new issue