mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02: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
@ -10,7 +10,6 @@
|
||||
#include <log.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <asm/cache.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/io.h>
|
||||
#include <clk.h>
|
||||
#include <dm.h>
|
||||
@ -156,8 +155,6 @@ struct zynqmp_qspi_dma_regs {
|
||||
u32 dmadstmsb; /* 0x28 */
|
||||
};
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
struct zynqmp_qspi_plat {
|
||||
struct zynqmp_qspi_regs *regs;
|
||||
struct zynqmp_qspi_dma_regs *dma_regs;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user