mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
arm64: zynqmp: Remove unused GEM addresses
With DM in place there is no need to have GEM addresses in headers. None is using them. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
8a2607020c
commit
73d52b066a
1 changed files with 0 additions and 5 deletions
|
@ -7,11 +7,6 @@
|
|||
#ifndef _ASM_ARCH_HARDWARE_H
|
||||
#define _ASM_ARCH_HARDWARE_H
|
||||
|
||||
#define ZYNQ_GEM_BASEADDR0 0xFF0B0000
|
||||
#define ZYNQ_GEM_BASEADDR1 0xFF0C0000
|
||||
#define ZYNQ_GEM_BASEADDR2 0xFF0D0000
|
||||
#define ZYNQ_GEM_BASEADDR3 0xFF0E0000
|
||||
|
||||
#define ZYNQ_I2C_BASEADDR0 0xFF020000
|
||||
#define ZYNQ_I2C_BASEADDR1 0xFF030000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue