mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
ARM: zynq: Remove unused SERIAL macros for serial_zynq
Remove unused macros when driver was moved to DM. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ec016a171d
commit
769afa54c6
2 changed files with 0 additions and 5 deletions
|
@ -8,9 +8,6 @@
|
|||
#ifndef _ASM_ARCH_HARDWARE_H
|
||||
#define _ASM_ARCH_HARDWARE_H
|
||||
|
||||
#define ZYNQ_SERIAL_BASEADDR0 0xFF000000
|
||||
#define ZYNQ_SERIAL_BASEADDR1 0xFF001000
|
||||
|
||||
#define ZYNQ_GEM_BASEADDR0 0xFF0B0000
|
||||
#define ZYNQ_GEM_BASEADDR1 0xFF0C0000
|
||||
#define ZYNQ_GEM_BASEADDR2 0xFF0D0000
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
#ifndef _ASM_ARCH_HARDWARE_H
|
||||
#define _ASM_ARCH_HARDWARE_H
|
||||
|
||||
#define ZYNQ_SERIAL_BASEADDR0 0xE0000000
|
||||
#define ZYNQ_SERIAL_BASEADDR1 0xE0001000
|
||||
#define ZYNQ_SYS_CTRL_BASEADDR 0xF8000000
|
||||
#define ZYNQ_DEV_CFG_APB_BASEADDR 0xF8007000
|
||||
#define ZYNQ_SCU_BASEADDR 0xF8F00000
|
||||
|
|
Loading…
Reference in a new issue