mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
xilinx: Remove duplicate PMIO_NODE_ID_BASE macro
PMIO_NODE_ID_BASE is defined twice that's why remove one instance.
Fixes: 248fe9f302
("spi: cadence_qspi: Enable apb linear mode for apb read & write operations")
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ce9a601bb99418aa20272d046c74678829d942cc.1657191974.git.michal.simek@amd.com
This commit is contained in:
parent
34b01c22cc
commit
7e9c2cd4e4
1 changed files with 0 additions and 2 deletions
|
@ -435,8 +435,6 @@ enum pm_gem_config_type {
|
|||
#define PMUFW_V1_0 ((1 << ZYNQMP_PM_VERSION_MAJOR_SHIFT) | 0)
|
||||
#define PMIO_NODE_ID_BASE 0x1410801B
|
||||
|
||||
#define PMIO_NODE_ID_BASE 0x1410801B
|
||||
|
||||
/*
|
||||
* Return payload size
|
||||
* Not every firmware call expects the same amount of return bytes, however the
|
||||
|
|
Loading…
Reference in a new issue